Searched refs:getTargetCodeGenInfo (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 127 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule() 1479 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes() 1551 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 1658 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch() 1671 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib() 1724 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder() 3362 return getTargetCodeGenInfo().getGlobalVarAddressSpace(*this, D); in GetGlobalVarAddressSpace() 3389 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace() 4679 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary() 5162 if (!getTargetCodeGenInfo().shouldEmitStaticExternCAliases()) in EmitStaticExternCAliases() [all …]
|
| H A D | CGBlocks.cpp | 472 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader() 530 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo() 1020 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral() 1238 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType() 1437 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
|
| H A D | CodeGenTypes.cpp | 35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
|
| H A D | SwiftCallingConv.cpp | 24 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
|
| H A D | CGExprConstant.cpp | 801 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr() 1568 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
|
| H A D | CodeGenModule.h | 674 const TargetCodeGenInfo &getTargetCodeGenInfo();
|
| H A D | CGCall.cpp | 64 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv() 269 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention() 595 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall() 1513 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
|
| H A D | CGStmt.cpp | 2038 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
|
| H A D | CGDecl.cpp | 260 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
|
| H A D | CodeGenFunction.cpp | 823 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
|
| H A D | CGObjC.cpp | 2107 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
|
| H A D | CodeGenFunction.h | 1641 return CGM.getTargetCodeGenInfo();
|
| H A D | ItaniumCXXABI.cpp | 4020 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
|
| H A D | CGExprScalar.cpp | 2036 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
|
| H A D | CGExpr.cpp | 4653 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
|
| H A D | TargetInfo.cpp | 9262 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
|