Searched refs:SelectSectionForGlobal (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO, function in class:llvm::AVRTargetObjectFile
37 return Base::SelectSectionForGlobal(GO, Kind, TM);
H A DAVRTargetObjectFile.h23 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp23 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal( function in class:AMDGPUTargetObjectFile
29 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
H A DAMDGPUTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DPPCTargetObjectFile.cpp24 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( function in class:PPC64LinuxTargetObjectFile
47 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h38 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DARMTargetObjectFile.cpp92 MCSection *ARMElfTargetObjectFile::SelectSectionForGlobal( function in class:ARMElfTargetObjectFile
98 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h39 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DNVPTXISelLowering.cpp5043 MCSection *NVPTXTargetObjectFile::SelectSectionForGlobal( function in class:NVPTXTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DXCoreTargetObjectFile.cpp108 MCSection *XCoreTargetObjectFile::SelectSectionForGlobal( function in class:XCoreTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DHexagonTargetObjectFile.cpp127 MCSection *HexagonTargetObjectFile::SelectSectionForGlobal( function in class:HexagonTargetObjectFile
129 TRACE("[SelectSectionForGlobal] GO(" << GO->getName() << ") ");
162 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
423 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
459 return SelectSectionForGlobal(FuncObj, Kind, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.h32 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DLanaiTargetObjectFile.cpp101 MCSection *LanaiTargetObjectFile::SelectSectionForGlobal( function in class:LanaiTargetObjectFile
110 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h34 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DMipsTargetObjectFile.cpp149 MCSection *MipsTargetObjectFile::SelectSectionForGlobal( function in class:MipsTargetObjectFile
163 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DRISCVTargetObjectFile.cpp74 MCSection *RISCVELFTargetObjectFile::SelectSectionForGlobal( function in class:RISCVELFTargetObjectFile
83 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h61 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
111 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
154 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
198 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
237 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h256 virtual MCSection *SelectSectionForGlobal(const GlobalObject *GO,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp273 return SelectSectionForGlobal(GO, Kind, TM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp791 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( function in class:TargetLoweringObjectFileELF
1125 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal( function in class:TargetLoweringObjectFileMachO
1485 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal( function in class:TargetLoweringObjectFileCOFF
1846 return SelectSectionForGlobal(GO, Kind, TM);
1901 MCSection *TargetLoweringObjectFileWasm::SelectSectionForGlobal( function in class:TargetLoweringObjectFileWasm
2028 MCSection *TargetLoweringObjectFileXCOFF::SelectSectionForGlobal( function in class:TargetLoweringObjectFileXCOFF

Completed in 216 milliseconds