Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DM68k.cpp25 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
31 void M68kTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in M68kTargetCodeGenInfo
H A DTCE.cpp28 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
32 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon7177c4a30111::TCETargetCodeGenInfo
H A DMSP430.cpp68 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
74 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo
H A DWebAssembly.cpp57 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in WebAssemblyTargetCodeGenInfo
59 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DARM.cpp135 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonde7367c70111::ARMTargetCodeGenInfo
216 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
230 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anonde7367c70111::WindowsARMTargetCodeGenInfo
232 ARMTargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DAVR.cpp133 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anone82284d00111::AVRTargetCodeGenInfo
H A DNVPTX.cpp49 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
242 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon22ecdd470111::NVPTXTargetCodeGenInfo
H A DSPIR.cpp72 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
268 void SPIRVTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in SPIRVTargetCodeGenInfo
H A DX86.cpp207 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1136 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo
1479 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon8aa8892d0211::X86_64TargetCodeGenInfo
1643 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1660 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in WinX86_32TargetCodeGenInfo
1662 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
1678 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1709 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in WinX86_64TargetCodeGenInfo
1711 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DAArch64.cpp137 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anona63ee2500111::AArch64TargetCodeGenInfo
206 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
220 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anona63ee2500111::WindowsAArch64TargetCodeGenInfo
222 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DAMDGPU.cpp305 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
412 void AMDGPUTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AMDGPUTargetCodeGenInfo
H A DPPC.cpp147 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
273 void AIXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AIXTargetCodeGenInfo
H A DMips.cpp53 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon00d9b2600111::MIPSTargetCodeGenInfo
H A DHexagon.cpp51 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonfbc098510111::HexagonTargetCodeGenInfo
H A DSystemZ.cpp82 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anona9fb9b860111::SystemZTargetCodeGenInfo
H A DRISCV.cpp794 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonb4a9a46e0211::RISCVTargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h242 static bool setTargetAttributes() { return false; } in setTargetAttributes() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h80 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
H A DCGDeclCXX.cpp454 getTargetCodeGenInfo().setTargetAttributes(nullptr, Fn, *this); in CreateGlobalInitOrCleanUpFunction()
H A DCodeGenModule.cpp2967 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
3098 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
5356 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
H A DCGDecl.cpp297 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl()
H A DCGOpenMPRuntime.cpp6209 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp495 assert(!cir::MissingFeatures::setTargetAttributes()); in setNonAliasAttributes()
1655 assert(!cir::MissingFeatures::setTargetAttributes()); in setFunctionAttributes()