Searched refs:getTargetCodeGenInfo (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp120 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC();
121 BuiltinCC = getTargetCodeGenInfo().getABIInfo().getBuiltinCC();
916 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);
1093 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt);
1100 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt);
1138 CGM.getTargetCodeGenInfo().getDependentLibraryOption(
3836 getTargetCodeGenInfo().emitTargetMD(D, GV, *this);
H A DCodeGenTypes.cpp35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) {
H A DCodeGenModule.h616 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGCall.cpp424 } else if (CGM.getTargetCodeGenInfo()
1256 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs();
H A DCGStmt.cpp1885 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs(
H A DCodeGenFunction.cpp708 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) {
H A DCGObjC.cpp1996 = CGM.getTargetCodeGenInfo()
H A DCodeGenFunction.h3194 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp3595 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException();
H A DCGExpr.cpp3806 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) {
H A DTargetInfo.cpp7462 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { function in class:CodeGenModule

Completed in 190 milliseconds