Home
last modified time | relevance | path

Searched defs:IsAArch64 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DDynoStats.h150 inline DynoStats getDynoStats(FuncsType &Funcs, bool IsAArch64) { in getDynoStats()
164 bool IsAArch64) { in callWithDynoStats()
/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp486 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; getSupportedSanitizers() local
H A DLinux.cpp786 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || getSupportedSanitizers() local
H A DBareMetal.cpp543 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || getSupportedSanitizers() local
H A DDarwin.cpp3454 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; getSupportedSanitizers() local
/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1207 bool IsAArch64 = Context.getTargetInfo().getTriple().isAArch64(); handleBuiltinAliasAttr() local
H A DSemaDeclAttr.cpp5278 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); handleBuiltinAliasAttr() local
H A DSemaChecking.cpp4587 bool IsAArch64 = (TT.getArch() == llvm::Triple::aarch64 || checkVAStartABI() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2136 const bool IsAArch64 = BC->isAArch64(); analyzeRelocation() local
2494 const bool IsAArch64 = BC->isAArch64(); handleRelocation() local
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp496 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64 || in getShadowMapping() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19521 bool IsAArch64; global() member
[all...]