Searched refs:setTargetAttributes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 822 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon6bad40bc0111::WebAssemblyTargetCodeGenInfo 824 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 1203 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2123 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo 2489 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon6bad40bc0211::X86_64TargetCodeGenInfo 2627 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2655 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon6bad40bc0211::WinX86_32TargetCodeGenInfo 2657 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 2669 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 2699 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon6bad40bc0211::WinX86_64TargetCodeGenInfo [all …]
|
H A D | TargetInfo.h | 58 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
|
H A D | CodeGenModule.cpp | 2018 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes() 2102 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 3970 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
|