Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp29 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO, in SelectSectionForGlobal() function in llvm::AVRTargetObjectFile
38 return Base::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
H A DAVRTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp24 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in AMDGPUTargetObjectFile
30 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
H A DAMDGPUTargetObjectFile.h27 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h62 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
107 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
149 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
193 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp25 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in PPC64LinuxTargetObjectFile
48 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
H A DPPCTargetObjectFile.h25 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp93 MCSection *ARMElfTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in ARMElfTargetObjectFile
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM); in SelectSectionForGlobal()
H A DARMTargetObjectFile.h39 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp103 MCSection *LanaiTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in LanaiTargetObjectFile
112 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
H A DLanaiTargetObjectFile.h34 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp128 MCSection *HexagonTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in HexagonTargetObjectFile
163 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()
H A DHexagonTargetObjectFile.h22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp151 MCSection *MipsTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in MipsTargetObjectFile
165 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
H A DMipsTargetObjectFile.h35 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h40 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DNVPTXISelLowering.cpp4799 MCSection *NVPTXTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in NVPTXTargetObjectFile
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h31 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
H A DXCoreTargetObjectFile.cpp109 MCSection *XCoreTargetObjectFile::SelectSectionForGlobal( in SelectSectionForGlobal() function in XCoreTargetObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h211 virtual MCSection *SelectSectionForGlobal(const GlobalObject *GO,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp658 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileELF
952 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileMachO
1314 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileCOFF
1685 return SelectSectionForGlobal(GO, Kind, TM); in getExplicitSectionGlobal()
1730 MCSection *TargetLoweringObjectFileWasm::SelectSectionForGlobal( in SelectSectionForGlobal() function in TargetLoweringObjectFileWasm
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp267 return SelectSectionForGlobal(GO, Kind, TM); in SectionForGlobal()