Searched refs:SetTargetAttributes (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.h | 58 virtual void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in SetTargetAttributes() function
|
D | TargetInfo.cpp | 640 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 …]
|
D | CodeGenModule.cpp | 830 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this); in setNonAliasAttributes()
|