Home
last modified time | relevance | path

Searched refs:TargetLoweringObjectFileELF (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp52 MCSymbol *TargetLoweringObjectFileELF::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
64 void TargetLoweringObjectFileELF::emitPersonalityValue( in emitPersonalityValue()
86 const MCExpr *TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
207 MCSection *TargetLoweringObjectFileELF::getExplicitSectionGlobal( in getExplicitSectionGlobal()
312 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal()
332 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable()
346 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
355 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant()
413 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection()
419 MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp37 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
60 return TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
89 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()
98 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM); in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp19 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
83 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
87 TargetLoweringObjectFileELF::getModuleMetadata(M); in getModuleMetadata()
113 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, in getSectionForConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp70 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
77 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
84 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
90 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp37 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
69 return TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
98 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()
107 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM); in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp112 TargetLoweringObjectFileELF::TargetLoweringObjectFileELF() { in TargetLoweringObjectFileELF() function in TargetLoweringObjectFileELF
116 void TargetLoweringObjectFileELF::Initialize(MCContext &Ctx, in Initialize()
306 void TargetLoweringObjectFileELF::getModuleMetadata(Module &M) { in getModuleMetadata()
314 void TargetLoweringObjectFileELF::emitModuleMetadata(MCStreamer &Streamer, in emitModuleMetadata()
412 MCSymbol *TargetLoweringObjectFileELF::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
424 void TargetLoweringObjectFileELF::emitPersonalityValue( in emitPersonalityValue()
446 const MCExpr *TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
851 MCSection *TargetLoweringObjectFileELF::getExplicitSectionGlobal( in getExplicitSectionGlobal()
922 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal()
941 MCSection *TargetLoweringObjectFileELF::getUniqueSectionForFunction( in getUniqueSectionForFunction()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp94 void TargetLoweringObjectFileELF::Initialize(MCContext &Ctx, in Initialize()
266 void TargetLoweringObjectFileELF::emitModuleMetadata(MCStreamer &Streamer, in emitModuleMetadata()
355 MCSymbol *TargetLoweringObjectFileELF::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
367 void TargetLoweringObjectFileELF::emitPersonalityValue( in emitPersonalityValue()
389 const MCExpr *TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
557 MCSection *TargetLoweringObjectFileELF::getExplicitSectionGlobal( in getExplicitSectionGlobal()
684 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal()
712 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable()
727 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
736 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp19 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
84 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
113 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp31 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
104 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang, in SelectSectionForGlobal()
122 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp30 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
111 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
128 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp30 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
110 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
126 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, in getSectionForConstant()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp40 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
130 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM); in SelectSectionForGlobal()
151 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp90 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
133 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, in SelectSectionForGlobal()
168 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GV, Kind, in getExplicitSectionGlobal()
389 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, in selectSmallSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp46 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
163 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
184 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, in getSectionForConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp46 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
164 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
185 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h34 class TargetLoweringObjectFileELF : public TargetLoweringObjectFile {
43 TargetLoweringObjectFileELF() : UseInitArray(false) {} in TargetLoweringObjectFileELF() function
45 ~TargetLoweringObjectFileELF() override {} in ~TargetLoweringObjectFileELF()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp114 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
161 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
193 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, Kind, TM); in getExplicitSectionGlobal()
425 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in selectSmallSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp114 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
162 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
194 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, Kind, TM); in getExplicitSectionGlobal()
421 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in selectSmallSectionForGlobal()
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.h20 class SparcELFTargetObjectFile : public TargetLoweringObjectFileELF {
23 TargetLoweringObjectFileELF() in SparcELFTargetObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.h17 class AVRTargetObjectFile : public TargetLoweringObjectFileELF {
18 typedef TargetLoweringObjectFileELF Base;
/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.h18 class AVRTargetObjectFile : public TargetLoweringObjectFileELF {
19 typedef TargetLoweringObjectFileELF Base;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.h19 class SparcELFTargetObjectFile : public TargetLoweringObjectFileELF {
22 TargetLoweringObjectFileELF() in SparcELFTargetObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.h17 class AVRTargetObjectFile : public TargetLoweringObjectFileELF {
18 typedef TargetLoweringObjectFileELF Base;
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h20 class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
25 : TargetLoweringObjectFileELF(), AttributesSection(nullptr) { in ARMElfTargetObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp29 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
39 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()

1234