Searched refs:TargetCodeGenInfo (Results 1 – 4 of 4) sorted by relevance
46 class TargetCodeGenInfo {56 TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info);57 virtual ~TargetCodeGenInfo();
459 TargetCodeGenInfo::TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info) in TargetCodeGenInfo() function in TargetCodeGenInfo462 TargetCodeGenInfo::~TargetCodeGenInfo() = default;466 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException()476 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()486 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()495 unsigned TargetCodeGenInfo::getOpenCLKernelCallingConv() const { in getOpenCLKernelCallingConv()509 llvm::Constant *TargetCodeGenInfo::getNullPointer(const CodeGen::CodeGenModule &CGM, in getNullPointer()514 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace()522 llvm::Value *TargetCodeGenInfo::performAddrSpaceCast( in performAddrSpaceCast()535 TargetCodeGenInfo::performAddrSpaceCast(CodeGenModule &CGM, llvm::Constant *Src, in performAddrSpaceCast()[all …]
95 class TargetCodeGenInfo; variable318 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo;754 const TargetCodeGenInfo &getTargetCodeGenInfo();
98 class TargetCodeGenInfo; variable2029 const TargetCodeGenInfo &getTargetHooks() const {