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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h42 /// TargetCodeGenInfo - This class organizes various target-specific
45 class TargetCodeGenInfo { class in namespace:clang::CodeGen
49 TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info) : Info(std::move(Info)) {} function in class:clang::CodeGen::TargetCodeGenInfo
50 virtual ~TargetCodeGenInfo();
H A DTargetInfo.cpp400 TargetCodeGenInfo::~TargetCodeGenInfo() = default;
404 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const {
414 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args,
424 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib,
433 unsigned TargetCodeGenInfo::getOpenCLKernelCallingConv() const {
447 llvm::Constant *TargetCodeGenInfo::getNullPointer(const CodeGen::CodeGenModule &CGM,
452 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM,
460 llvm::Value *TargetCodeGenInfo::performAddrSpaceCast(
473 TargetCodeGenInfo
[all...]
H A DCodeGenModule.h99 class TargetCodeGenInfo;
314 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo;
700 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCodeGenFunction.h102 class TargetCodeGenInfo;
1886 const TargetCodeGenInfo &getTargetHooks() const {

Completed in 113 milliseconds