Home
last modified time | relevance | path

Searched refs:setTargetAttributes (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.h57 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
DTargetInfo.cpp977 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1764 void X86_32TargetCodeGenInfo::setTargetAttributes(const Decl *D, in setTargetAttributes() function in X86_32TargetCodeGenInfo
2107 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonbc557ed20211::X86_64TargetCodeGenInfo
2155 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2184 void WinX86_32TargetCodeGenInfo::setTargetAttributes(const Decl *D, in setTargetAttributes() function in __anonbc557ed20211::WinX86_32TargetCodeGenInfo
2187 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
2198 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2228 void WinX86_64TargetCodeGenInfo::setTargetAttributes(const Decl *D, in setTargetAttributes() function in __anonbc557ed20211::WinX86_64TargetCodeGenInfo
2231 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
5084 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonbc557ed20611::ARMTargetCodeGenInfo
[all …]
DCodeGenModule.cpp961 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()