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

  /external/clang/lib/CodeGen/
CodeGenModule.cpp 112 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC();
113 BuiltinCC = getTargetCodeGenInfo().getABIInfo().getBuiltinCC();
830 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this);
    [all...]
CodeGenTypes.cpp 36 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) {
CodeGenModule.h 617 const TargetCodeGenInfo &getTargetCodeGenInfo();
    [all...]
CGStmtOpenMP.cpp 652 Alignment = CGM.getTargetCodeGenInfo().getOpenMPSimdDefaultAlignment(
    [all...]
CodeGenFunction.cpp 634 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) {
    [all...]
CGCall.cpp 394 } else if (CGM.getTargetCodeGenInfo()
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
TargetInfo.cpp     [all...]

Completed in 301 milliseconds