Home
last modified time | relevance | path

Searched refs:getTargetCodeGenInfo (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp112 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
113 BuiltinCC = getTargetCodeGenInfo().getABIInfo().getBuiltinCC(); in CodeGenModule()
826 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this); in setNonAliasAttributes()
966 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
973 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
1011 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()
3517 getTargetCodeGenInfo().emitTargetMD(D, GV, *this); in EmitTargetMetadata()
H A DCGStmtOpenMP.cpp374 Alignment = CGM.getTargetCodeGenInfo().getOpenMPSimdDefaultAlignment( in EmitOMPAlignedClause()
H A DCodeGenTypes.cpp36 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
H A DCodeGenModule.h615 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGException.cpp938 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCodeGenFunction.cpp616 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in StartFunction()
H A DCGCall.cpp376 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1190 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
H A DCGStmt.cpp1939 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCodeGenFunction.h2764 return CGM.getTargetCodeGenInfo(); in getTargetHooks()
H A DCGObjC.cpp1958 = CGM.getTargetCodeGenInfo() in EmitARCRetainAutoreleasedReturnValue()
H A DCGExpr.cpp3344 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DTargetInfo.cpp7072 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule