Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h57 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
H A DTargetInfo.cpp867 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
2176 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo
2713 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon8ad051810211::WinX86_32TargetCodeGenInfo
2757 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon8ad051810211::WinX86_64TargetCodeGenInfo
2759 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
6511 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon8ad051810811::WindowsARMTargetCodeGenInfo
7294 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon8ad051810b11::NVPTXTargetCodeGenInfo
7842 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo
8302 void M68kTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in M68kTargetCodeGenInfo
8469 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon8ad051811111::TCETargetCodeGenInfo
[all …]
H A DCodeGenModule.cpp2236 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2320 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
4362 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp6501 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()