Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp37 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
49 return TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
78 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()
87 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM); in SelectSectionForGlobal()
DARMTargetObjectFile.h18 class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
21 : TargetLoweringObjectFileELF() { in ARMElfTargetObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp71 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
78 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
85 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
91 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2TargetObjectFile.h18 class Nios2TargetObjectFile : public TargetLoweringObjectFileELF {
20 Nios2TargetObjectFile() : TargetLoweringObjectFileELF() {} in Nios2TargetObjectFile()
DNios2TargetObjectFile.cpp16 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
/external/llvm/lib/Target/Sparc/
DSparcTargetObjectFile.h20 class SparcELFTargetObjectFile : public TargetLoweringObjectFileELF {
23 TargetLoweringObjectFileELF() in SparcELFTargetObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRTargetObjectFile.h18 class AVRTargetObjectFile : public TargetLoweringObjectFileELF {
19 typedef TargetLoweringObjectFileELF Base;
/external/llvm/lib/Target/AVR/
DAVRTargetObjectFile.h18 class AVRTargetObjectFile : public TargetLoweringObjectFileELF {
19 typedef TargetLoweringObjectFileELF Base;
/external/llvm/lib/Target/Lanai/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp31 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
112 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
129 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcTargetObjectFile.h20 class SparcELFTargetObjectFile : public TargetLoweringObjectFileELF {
23 TargetLoweringObjectFileELF() in SparcELFTargetObjectFile()
DSparcTargetObjectFile.cpp20 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
46 return TargetLoweringObjectFileELF::getTTypeGlobalReference(GV, Encoding, TM, in getTTypeGlobalReference()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.h20 class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
25 : TargetLoweringObjectFileELF(), AttributesSection(nullptr) { in ARMElfTargetObjectFile()
DARMTargetObjectFile.cpp32 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
48 return TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp21 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
48 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
/external/llvm/lib/Target/Mips/
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()
/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp21 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
49 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
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()
/external/llvm/lib/CodeGen/
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 …]
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h34 class TargetLoweringObjectFileELF : public TargetLoweringObjectFile {
43 TargetLoweringObjectFileELF() : UseInitArray(false) {} in TargetLoweringObjectFileELF() function
45 ~TargetLoweringObjectFileELF() override {} in ~TargetLoweringObjectFileELF()
/external/llvm/lib/Target/Hexagon/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp94 void TargetLoweringObjectFileELF::Initialize(MCContext &Ctx, in Initialize()
100 void TargetLoweringObjectFileELF::emitModuleMetadata(MCStreamer &Streamer, in emitModuleMetadata()
176 MCSymbol *TargetLoweringObjectFileELF::getCFIPersonalitySymbol( in getCFIPersonalitySymbol()
188 void TargetLoweringObjectFileELF::emitPersonalityValue( in emitPersonalityValue()
210 const MCExpr *TargetLoweringObjectFileELF::getTTypeGlobalReference( in getTTypeGlobalReference()
354 MCSection *TargetLoweringObjectFileELF::getExplicitSectionGlobal( in getExplicitSectionGlobal()
503 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal( in SelectSectionForGlobal()
531 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable()
546 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
555 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h32 class TargetLoweringObjectFileELF : public TargetLoweringObjectFile {
42 TargetLoweringObjectFileELF() = default;
43 ~TargetLoweringObjectFileELF() override = default;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp115 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()
163 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
195 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, Kind, TM); in getExplicitSectionGlobal()
414 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp17 TargetLoweringObjectFileELF::Initialize(Ctx, TM); in Initialize()

123