Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h58 virtual void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in SetTargetAttributes() function
DTargetInfo.cpp640 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1321 void X86_32TargetCodeGenInfo::SetTargetAttributes(const Decl *D, in SetTargetAttributes() function in X86_32TargetCodeGenInfo
1653 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1681 void WinX86_32TargetCodeGenInfo::SetTargetAttributes(const Decl *D, in SetTargetAttributes() function in __anona890a3f30211::WinX86_32TargetCodeGenInfo
1684 X86_32TargetCodeGenInfo::SetTargetAttributes(D, GV, CGM); in SetTargetAttributes()
1695 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1729 void WinX86_64TargetCodeGenInfo::SetTargetAttributes(const Decl *D, in SetTargetAttributes() function in __anona890a3f30211::WinX86_64TargetCodeGenInfo
1732 TargetCodeGenInfo::SetTargetAttributes(D, GV, CGM); in SetTargetAttributes()
4496 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in SetTargetAttributes() function in __anona890a3f30611::ARMTargetCodeGenInfo
4543 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
[all …]
DCodeGenModule.cpp830 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this); in setNonAliasAttributes()