Home
last modified time | relevance | path

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

/freebsd-14.2/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 DMSP430.cpp64 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
70 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo
H A DTCE.cpp28 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
32 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon23a1ba590111::TCETargetCodeGenInfo
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.cpp131 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon909d5d7d0111::ARMTargetCodeGenInfo
212 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
226 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon909d5d7d0111::WindowsARMTargetCodeGenInfo
228 ARMTargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DNVPTX.cpp46 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
217 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon076b187d0111::NVPTXTargetCodeGenInfo
H A DAVR.cpp133 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon9a4c7a860111::AVRTargetCodeGenInfo
H A DAArch64.cpp105 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anona338c3060111::AArch64TargetCodeGenInfo
165 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
179 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anona338c3060111::WindowsAArch64TargetCodeGenInfo
181 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DX86.cpp220 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1128 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in X86_32TargetCodeGenInfo
1463 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon3cd27ee30211::X86_64TargetCodeGenInfo
1621 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1638 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in WinX86_32TargetCodeGenInfo
1640 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
1656 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
1687 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in WinX86_64TargetCodeGenInfo
1689 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
H A DAMDGPU.cpp280 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
395 void AMDGPUTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AMDGPUTargetCodeGenInfo
H A DMips.cpp53 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonf8425ed60111::MIPSTargetCodeGenInfo
H A DHexagon.cpp51 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonf8ba79070111::HexagonTargetCodeGenInfo
H A DRISCV.cpp528 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon9927dfa40211::RISCVTargetCodeGenInfo
H A DSystemZ.cpp82 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anona6f57c3c0111::SystemZTargetCodeGenInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h75 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
H A DCodeGenModule.cpp2703 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2835 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
4962 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp5944 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()