Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp764 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
1974 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo
2409 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon2eb210400311::WinX86_32TargetCodeGenInfo
2453 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon2eb210400311::WinX86_64TargetCodeGenInfo
2455 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
5737 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon2eb210400711::WindowsARMTargetCodeGenInfo
5739 ARMTargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
6341 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon2eb210400811::NVPTXTargetCodeGenInfo
6788 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo
7262 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon2eb210400d11::TCETargetCodeGenInfo
[all …]
H A DTargetInfo.h59 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
H A DCodeGenModule.cpp1479 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
1551 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()