HomeSort by relevance Sort by last modified time
    Searched refs:getTargetInfo (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 33 if (!isVariadic && Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
48 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
ItaniumCXXABI.cpp 56 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
RecordLayout.cpp 78 if (Ctx.getTargetInfo().getCXXABI().hasPrimaryVBases()) {
RecordLayoutBuilder.cpp 680 return Context.getTargetInfo().getCXXABI();
    [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 58 M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
59 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
60 TD.reset(new llvm::DataLayout(Ctx->getTargetInfo().getTargetDescription()));
CGRecordLayoutBuilder.cpp 279 unsigned CharAlign = Types.getContext().getTargetInfo().getCharAlign();
355 uint64_t LongBits = Types.getContext().getTargetInfo().getLongWidth();
458 FieldSize, Types.getContext().getTargetInfo().getCharAlign());
817 if (Types.getContext().getTargetInfo().getCXXABI().hasPrimaryVBases()) {
    [all...]
TargetInfo.cpp     [all...]
CGDeclCXX.cpp 234 CGM.getContext().getTargetInfo().getStaticInitSectionSpecifier())
CGObjCRuntime.cpp 120 uint64_t AlignmentBits = CGF.CGM.getContext().getTargetInfo().getCharAlign();
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 47 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
124 CGP.getTargetInfo().getName() + " target", OS);
InstrInfoEmitter.cpp 39 Records(R), CDP(R), SchedModels(CDP.getTargetInfo().getSchedModels()) {}
164 const CodeGenTarget &Target = CDP.getTargetInfo();
195 CodeGenTarget &Target = CDP.getTargetInfo();
DAGISelMatcherGen.cpp 582 CGP.getTargetInfo().getRegBank().getReg(Def);
644 const CodeGenTarget &CGT = CGP.getTargetInfo();
673 const CodeGenTarget &CGT = CGP.getTargetInfo();
    [all...]
CodeGenDAGPatterns.h 703 CodeGenTarget &getTargetInfo() { return Target; }
704 const CodeGenTarget &getTargetInfo() const { return Target; }
FastISelEmitter.cpp 421 const CodeGenTarget &Target = CGP.getTargetInfo();
439 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
862 const CodeGenTarget &Target = CGP.getTargetInfo();
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
UnixAPIChecker.cpp 82 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
CallAndMessageChecker.cpp 422 !(supportsNilWithFloatRet(Ctx.getTargetInfo().getTriple()) &&
  /frameworks/compile/slang/
slang.h 148 clang::TargetInfo const &getTargetInfo() const { return *mTarget; }
slang_rs.cpp 229 getTargetInfo(),
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 249 const llvm::Triple &Triple(S.Context.getTargetInfo().getTriple());
326 const llvm::Triple &Triple(Context.getTargetInfo().getTriple());
SemaStmtAsm.cpp 120 if (!Context.getTargetInfo().validateOutputConstraint(Info))
149 if (!Context.getTargetInfo().validateInputConstraint(OutputConstraintInfos.data(),
188 if (!Context.getTargetInfo().validateInputSize(Literal->getString(),
204 if (!Context.getTargetInfo().isValidClobber(Clobber))
264 if (!Context.getTargetInfo()
583 llvm::Triple TheTriple = Context.getTargetInfo().getTriple();
SemaAttr.cpp 165 if (!PP.getTargetInfo().hasAlignMac68kSupport()) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 744 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
764 InitializeStandardPredefinedMacros(PP.getTargetInfo(), PP.getLangOpts(),
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 503 if (hasValidLengthModifier(Ctx.getTargetInfo())) {
ScanfFormatString.cpp 452 if (hasValidLengthModifier(Ctx.getTargetInfo())) {

Completed in 518 milliseconds

1 2 3