Home
last modified time | relevance | path

Searched refs:SelectSectionForGlobal (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRTargetObjectFile.cpp38 MCSection *AVRTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in llvm::AVRTargetObjectFile
51 return Base::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
82 return Base::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
HDAVRTargetObjectFile.h23 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLoweringObjectFileImpl.h66 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
128 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
174 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
221 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
265 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
311 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetObjectFile.cpp20 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in AMDGPUTargetObjectFile
26 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
HDAMDGPUTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetObjectFile.cpp24 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in PPC64LinuxTargetObjectFile
48 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
HDPPCTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiTargetObjectFile.cpp101 MCSection *LanaiTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in LanaiTargetObjectFile
110 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
HDLanaiTargetObjectFile.h32 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetObjectFile.cpp126 MCSection *HexagonTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in HexagonTargetObjectFile
161 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
425 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in selectSmallSectionForGlobal()
461 return SelectSectionForGlobal(FuncObj, Kind, TM); in selectSectionForLookupTable()
HDHexagonTargetObjectFile.h22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetObjectFile.cpp112 MCSection *ARMElfTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in ARMElfTargetObjectFile
118 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM); in SelectSectionForGlobal()
HDARMTargetObjectFile.h49 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetObjectFile.cpp105 MCSection *RISCVELFTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in RISCVELFTargetObjectFile
114 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
HDRISCVTargetObjectFile.h37 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp149 MCSection *MipsTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in MipsTargetObjectFile
163 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
HDMipsTargetObjectFile.h34 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXTargetObjectFile.h35 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.h30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
HDXCoreTargetObjectFile.cpp108 MCSection *XCoreTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in XCoreTargetObjectFile
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVTargetObjectFile.h37 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind, in SelectSectionForGlobal() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDirectXTargetMachine.cpp63 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind, in SelectSectionForGlobal() function in DXILTargetObjectFile
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h288 virtual MCSection *SelectSectionForGlobal(const GlobalObject *GO,
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp914 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileELF
1340 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileMachO
1716 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileCOFF
2164 return SelectSectionForGlobal(GO, Kind, TM); in getExplicitSectionGlobal()
2222 MCSection *TargetLoweringObjectFileWasm::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileWasm
2434 MCSection *TargetLoweringObjectFileXCOFF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileXCOFF
2723 return SelectSectionForGlobal(GO, Kind, TM); in getExplicitSectionGlobal()
2732 MCSection *TargetLoweringObjectFileGOFF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileGOFF
/freebsd-head/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp338 return SelectSectionForGlobal(GO, Kind, TM); in SectionForGlobal()

12