Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDM68k.cpp25 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
31 void M68kTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in M68kTargetCodeGenInfo
HDMSP430.cpp67 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
73 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo
HDTCE.cpp28 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
32 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anonb34c75a20111::TCETargetCodeGenInfo
HDWebAssembly.cpp57 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in WebAssemblyTargetCodeGenInfo
59 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
HDARM.cpp134 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon204818c60111::ARMTargetCodeGenInfo
210 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
224 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon204818c60111::WindowsARMTargetCodeGenInfo
226 ARMTargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
HDAVR.cpp133 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon29f735cf0111::AVRTargetCodeGenInfo
HDNVPTX.cpp46 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
227 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon2cb1ca060111::NVPTXTargetCodeGenInfo
HDAArch64.cpp117 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon34f1facf0111::AArch64TargetCodeGenInfo
181 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
195 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon34f1facf0111::WindowsAArch64TargetCodeGenInfo
197 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
HDX86.cpp220 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1137 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo
1472 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anoncc7d3a2c0211::X86_64TargetCodeGenInfo
1636 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1653 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in WinX86_32TargetCodeGenInfo
1655 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
1671 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1702 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in WinX86_64TargetCodeGenInfo
1704 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
HDAMDGPU.cpp297 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
435 void AMDGPUTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AMDGPUTargetCodeGenInfo
HDMips.cpp53 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon7d44833f0111::MIPSTargetCodeGenInfo
HDPPC.cpp147 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
269 void AIXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AIXTargetCodeGenInfo
HDHexagon.cpp51 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon8a73b0d00111::HexagonTargetCodeGenInfo
HDRISCV.cpp536 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonbe6e912d0211::RISCVTargetCodeGenInfo
HDSystemZ.cpp82 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon38aeb4050111::SystemZTargetCodeGenInfo
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.h76 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
HDCodeGenModule.cpp2737 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2869 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
5075 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
HDCGDecl.cpp290 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl()
HDCGOpenMPRuntime.cpp5959 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()