Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp822 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon10db01690111::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 __anon10db01690211::X86_64TargetCodeGenInfo
2627 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
2655 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon10db01690211::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 __anon10db01690211::WinX86_64TargetCodeGenInfo
[all …]
DTargetInfo.h58 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
DCodeGenModule.cpp2048 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2132 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
4000 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()