Searched refs:setTargetAttributes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 58 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
|
| H A D | TargetInfo.cpp | 824 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 2123 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo 2655 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anoncdae85850211::WinX86_32TargetCodeGenInfo 2699 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anoncdae85850211::WinX86_64TargetCodeGenInfo 2701 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() 6369 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anoncdae85850711::WindowsARMTargetCodeGenInfo 7142 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anoncdae85850a11::NVPTXTargetCodeGenInfo 7694 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo 8154 void M68kTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in M68kTargetCodeGenInfo 8257 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anoncdae85851011::TCETargetCodeGenInfo [all …]
|
| H A D | CodeGenModule.cpp | 2048 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes() 2132 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 4000 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
|