/external/clang/lib/CodeGen/ |
D | TargetInfo.h | 57 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
|
D | TargetInfo.cpp | 977 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 __anona890a3f30211::X86_64TargetCodeGenInfo 2155 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2184 void WinX86_32TargetCodeGenInfo::setTargetAttributes(const Decl *D, in setTargetAttributes() function in __anona890a3f30211::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 __anona890a3f30211::WinX86_64TargetCodeGenInfo 2231 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 5084 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anona890a3f30611::ARMTargetCodeGenInfo [all …]
|
D | CodeGenModule.cpp | 961 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.h | 57 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
|
D | TargetInfo.cpp | 820 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon57a50d410111::WebAssemblyTargetCodeGenInfo 822 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 1205 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2100 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo 2470 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon57a50d410311::X86_64TargetCodeGenInfo 2610 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2638 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon57a50d410311::WinX86_32TargetCodeGenInfo 2640 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 2652 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2682 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon57a50d410311::WinX86_64TargetCodeGenInfo [all …]
|
D | CodeGenModule.cpp | 1925 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes() 2008 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 3811 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
|