Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IsPPC64

226   bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 ||
237 Mapping.OrShadowOffset = !IsPPC64 && !ClShort64BitOffset;
242 IsPPC64 ? kPPC64_ShadowOffset64 : kDefaultShadowOffset64);