Home
last modified time | relevance | path

Searched refs:TargetCodeGenInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.h46 class TargetCodeGenInfo {
50 TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info) : Info(std::move(Info)) {} in TargetCodeGenInfo() function
51 virtual ~TargetCodeGenInfo();
H A DTargetInfo.cpp407 TargetCodeGenInfo::~TargetCodeGenInfo() = default;
411 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException()
421 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
431 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
440 unsigned TargetCodeGenInfo::getOpenCLKernelCallingConv() const { in getOpenCLKernelCallingConv()
454 llvm::Constant *TargetCodeGenInfo::getNullPointer(const CodeGen::CodeGenModule &CGM, in getNullPointer()
459 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace()
467 llvm::Value *TargetCodeGenInfo::performAddrSpaceCast( in performAddrSpaceCast()
480 TargetCodeGenInfo::performAddrSpaceCast(CodeGenModule &CGM, llvm::Constant *Src, in performAddrSpaceCast()
489 TargetCodeGenInfo::getLLVMSyncScopeID(const LangOptions &LangOpts, in getLLVMSyncScopeID()
[all …]
H A DCodeGenModule.h99 class TargetCodeGenInfo; variable
318 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo;
724 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCodeGenFunction.h103 class TargetCodeGenInfo; variable
1969 const TargetCodeGenInfo &getTargetHooks() const {