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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 76 bool IsPPC64;
122 if (isPPC64() && isSVR4ABI()) {
129 return isPPC64() ? "E-p:64:64-f64:64:64-i64:64:64-f128:64:128-n32:64"
133 /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.
135 bool isPPC64() const { return IsPPC64; }
PPCSubtarget.cpp 37 , IsPPC64(is64Bit)
139 if (isPPC64())
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 209 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64;
217 Mapping.OrShadowOffset = !IsPPC64 && !ClShort64BitOffset;
221 IsPPC64 ? kPPC64_ShadowOffset64 : kDefaultShadowOffset64);
    [all...]

Completed in 83 milliseconds