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

  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 342 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64;
372 else if (IsLinux && IsX86_64) {
    [all...]
DataFlowSanitizer.cpp 428 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64;
443 if (IsX86_64)
    [all...]

Completed in 137 milliseconds