Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
467 llvm::Value *TargetCodeGenInfo::performAddrSpaceCast( in performAddrSpaceCast()
824 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
944 class PNaClTargetCodeGenInfo : public TargetCodeGenInfo {
2701 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
4470 class AIXTargetCodeGenInfo : public TargetCodeGenInfo {
4949 : TargetCodeGenInfo( in PPC64_SVR4_TargetCodeGenInfo()
6280 class ARMTargetCodeGenInfo : public TargetCodeGenInfo {
7271 : TargetCodeGenInfo( in SystemZTargetCodeGenInfo()
11013 class VETargetCodeGenInfo : public TargetCodeGenInfo {
[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 {