| /src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | M68k.cpp | 25 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 31 void M68kTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in M68kTargetCodeGenInfo
|
| H A D | MSP430.cpp | 67 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 73 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in MSP430TargetCodeGenInfo
|
| H A D | TCE.cpp | 28 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 32 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anond83005b80111::TCETargetCodeGenInfo
|
| H A D | WebAssembly.cpp | 57 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in WebAssemblyTargetCodeGenInfo 59 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
|
| H A D | ARM.cpp | 134 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon452ba8dc0111::ARMTargetCodeGenInfo 210 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 224 void WindowsARMTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon452ba8dc0111::WindowsARMTargetCodeGenInfo 226 ARMTargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
|
| H A D | AVR.cpp | 133 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon4edac5e50111::AVRTargetCodeGenInfo
|
| H A D | NVPTX.cpp | 46 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 227 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon18b9b79c0111::NVPTXTargetCodeGenInfo
|
| H A D | AArch64.cpp | 117 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon42aba5e50111::AArch64TargetCodeGenInfo 181 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 195 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon42aba5e50111::WindowsAArch64TargetCodeGenInfo 197 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
|
| H A D | X86.cpp | 220 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 __anonf160ca420211::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()
|
| H A D | AMDGPU.cpp | 297 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 435 void AMDGPUTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AMDGPUTargetCodeGenInfo
|
| H A D | Mips.cpp | 53 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon3e9a16150111::MIPSTargetCodeGenInfo
|
| H A D | PPC.cpp | 147 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 269 void AIXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in AIXTargetCodeGenInfo
|
| H A D | Hexagon.cpp | 51 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon982d5be60111::HexagonTargetCodeGenInfo
|
| H A D | RISCV.cpp | 536 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonaa767ec30211::RISCVTargetCodeGenInfo
|
| H A D | SystemZ.cpp | 82 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon46685f1b0111::SystemZTargetCodeGenInfo
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 76 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function
|
| H A D | CodeGenModule.cpp | 2737 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes() 2869 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 5075 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
|
| H A D | CGDecl.cpp | 290 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl()
|
| H A D | CGOpenMPRuntime.cpp | 5959 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
|