Home
last modified time | relevance | path

Searched defs:IsRISCV64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dtarget.go123 func (t *Target) IsRISCV64() bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp496 bool IsRISCV64 = TargetTriple.getArch() == Triple::riscv64; in getShadowMapping() local