HomeSort by relevance Sort by last modified time
    Searched refs:IsAArch64 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 375 bool IsAArch64 = TargetTriple.getArch() == llvm::Triple::aarch64;
415 else if (IsAArch64)
435 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ
    [all...]
DataFlowSanitizer.cpp 431 bool IsAArch64 = TargetTriple.getArch() == llvm::Triple::aarch64 ||
448 else if (IsAArch64)
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 543 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64 ||
560 else if (IsAArch64)
    [all...]
AddressSanitizer.cpp 499 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64;
562 else if (IsAArch64)
581 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS4CPU &&
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 386 milliseconds