Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IsPPC64

209   bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64;
217 Mapping.OrShadowOffset = !IsPPC64 && !ClShort64BitOffset;
221 IsPPC64 ? kPPC64_ShadowOffset64 : kDefaultShadowOffset64);