Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.h70 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
H A DTargetInfo.cpp872 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon0040e4080111::WebAssemblyTargetCodeGenInfo
874 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
1258 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2185 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo
2539 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon0040e4080211::X86_64TargetCodeGenInfo
2677 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2705 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon0040e4080211::WinX86_32TargetCodeGenInfo
2707 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
2722 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2752 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon0040e4080211::WinX86_64TargetCodeGenInfo
[all …]
H A DCodeGenModule.cpp2308 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2443 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
4518 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp6123 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()