Home
last modified time | relevance | path

Searched refs:SectionKind (Results 1 – 25 of 128) sorted by relevance

123456

/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp37 SectionKind::getText()); in InitMachOMCObjectFileInfo()
40 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
45 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
49 SectionKind::getThreadBSS()); in InitMachOMCObjectFileInfo()
55 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
60 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
65 SectionKind::getMergeable1ByteCString()); in InitMachOMCObjectFileInfo()
68 SectionKind::getMergeable2ByteCString()); in InitMachOMCObjectFileInfo()
72 SectionKind::getMergeableConst4()); in InitMachOMCObjectFileInfo()
76 SectionKind::getMergeableConst8()); in InitMachOMCObjectFileInfo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp58 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
79 SectionKind::getText()); in initMachOMCObjectFileInfo()
81 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
89 SectionKind::getData()); in initMachOMCObjectFileInfo()
93 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
99 SectionKind::getData()); in initMachOMCObjectFileInfo()
103 SectionKind::getData()); in initMachOMCObjectFileInfo()
108 SectionKind::getMergeable1ByteCString()); in initMachOMCObjectFileInfo()
111 SectionKind::getMergeable2ByteCString()); in initMachOMCObjectFileInfo()
115 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
[all …]
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp56 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
77 SectionKind::getText()); in initMachOMCObjectFileInfo()
79 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
87 SectionKind::getData()); in initMachOMCObjectFileInfo()
91 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
97 SectionKind::getData()); in initMachOMCObjectFileInfo()
101 SectionKind::getData()); in initMachOMCObjectFileInfo()
106 SectionKind::getMergeable1ByteCString()); in initMachOMCObjectFileInfo()
109 SectionKind::getMergeable2ByteCString()); in initMachOMCObjectFileInfo()
113 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h28 class SectionKind {
200 static SectionKind get(Kind K) { in get()
201 SectionKind Res; in get()
207 static SectionKind getMetadata() { return get(Metadata); } in getMetadata()
208 static SectionKind getText() { return get(Text); } in getText()
209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
210 static SectionKind getMergeable1ByteCString() { in getMergeable1ByteCString()
213 static SectionKind getMergeable2ByteCString() { in getMergeable2ByteCString()
216 static SectionKind getMergeable4ByteCString() { in getMergeable4ByteCString()
219 static SectionKind getMergeableConst() { return get(MergeableConst); } in getMergeableConst()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h23 class SectionKind {
172 static SectionKind get(Kind K) { in get()
173 SectionKind Res; in get()
179 static SectionKind getMetadata() { return get(Metadata); } in getMetadata()
180 static SectionKind getText() { return get(Text); } in getText()
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly()
182 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
183 static SectionKind getMergeable1ByteCString() { in getMergeable1ByteCString()
186 static SectionKind getMergeable2ByteCString() { in getMergeable2ByteCString()
189 static SectionKind getMergeable4ByteCString() { in getMergeable4ByteCString()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h50 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData()); in Initialize()
52 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
54 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly()); in Initialize()
57 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize()
59 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize()
61 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize()
63 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize()
65 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize()
67 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata()); in Initialize()
[all …]
/external/llvm/include/llvm/MC/
DSectionKind.h23 class SectionKind {
166 static SectionKind get(Kind K) { in get()
167 SectionKind Res; in get()
173 static SectionKind getMetadata() { return get(Metadata); } in getMetadata()
174 static SectionKind getText() { return get(Text); } in getText()
175 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
176 static SectionKind getMergeable1ByteCString() { in getMergeable1ByteCString()
179 static SectionKind getMergeable2ByteCString() { in getMergeable2ByteCString()
182 static SectionKind getMergeable4ByteCString() { in getMergeable4ByteCString()
185 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp122 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal()
132 return SectionKind::getText(); in getKindForGlobal()
137 return SectionKind::getThreadBSS(); in getKindForGlobal()
138 return SectionKind::getThreadData(); in getKindForGlobal()
143 return SectionKind::getCommon(); in getKindForGlobal()
148 return SectionKind::getBSSLocal(); in getKindForGlobal()
150 return SectionKind::getBSSExtern(); in getKindForGlobal()
151 return SectionKind::getBSS(); in getKindForGlobal()
169 return SectionKind::getReadOnly(); in getKindForGlobal()
180 return SectionKind::getMergeable1ByteCString(); in getKindForGlobal()
[all …]
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal()
142 return SectionKind::getText(); in getKindForGlobal()
147 return SectionKind::getThreadBSS(); in getKindForGlobal()
148 return SectionKind::getThreadData(); in getKindForGlobal()
153 return SectionKind::getCommon(); in getKindForGlobal()
158 return SectionKind::getBSSLocal(); in getKindForGlobal()
160 return SectionKind::getBSSExtern(); in getKindForGlobal()
161 return SectionKind::getBSS(); in getKindForGlobal()
177 return SectionKind::getReadOnly(); in getKindForGlobal()
188 return SectionKind::getMergeable1ByteCString(); in getKindForGlobal()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp140 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
147 return SectionKind::getText(); in getKindForGlobal()
155 return SectionKind::getThreadBSS(); in getKindForGlobal()
156 return SectionKind::getThreadData(); in getKindForGlobal()
161 return SectionKind::getCommon(); in getKindForGlobal()
167 return SectionKind::getBSSLocal(); in getKindForGlobal()
169 return SectionKind::getBSSExtern(); in getKindForGlobal()
170 return SectionKind::getBSS(); in getKindForGlobal()
185 return SectionKind::getReadOnly(); in getKindForGlobal()
196 return SectionKind::getMergeable1ByteCString(); in getKindForGlobal()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h45 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
49 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
53 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
81 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
84 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
112 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
116 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h55 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
59 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
62 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
105 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
108 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
111 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
144 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
147 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
176 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
188 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp235 static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
245 return SectionKind::getMetadata(); in getELFKindForNamedSection()
258 return SectionKind::getBSS(); in getELFKindForNamedSection()
264 return SectionKind::getThreadData(); in getELFKindForNamedSection()
270 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()
275 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
297 static unsigned getELFSectionFlags(SectionKind K) { in getELFSectionFlags()
355 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal()
408 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
425 static unsigned getEntrySizeForKind(SectionKind Kind) { in getEntrySizeForKind()
[all …]
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h88 enum class SectionKind { enum
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {} in Section()
109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection()
111 return S->Kind == SectionKind::RawContent; in classof()
117 NoBitsSection() : Section(SectionKind::NoBits) {} in NoBitsSection()
119 return S->Kind == SectionKind::NoBits; in classof()
127 Group() : Section(SectionKind::Group) {} in Group()
129 return S->Kind == SectionKind::Group; in classof()
141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp26 SectionKind::getDataRel()); in Initialize()
31 SectionKind::getBSS()); in Initialize()
37 SectionKind::getMergeableConst4()); in Initialize()
42 SectionKind::getMergeableConst8()); in Initialize()
47 SectionKind::getMergeableConst16()); in Initialize()
59 SectionKind::getReadOnlyWithRel()); in Initialize()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp32 unsigned Flags, SectionKind Kind);
83 SectionKind::getDataRel()); in ParseSectionDirectiveData()
88 ELF::SHF_ALLOC, SectionKind::getText()); in ParseSectionDirectiveText()
93 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
98 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
104 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
110 SectionKind::getThreadBSS()); in ParseSectionDirectiveTBSS()
116 SectionKind::getDataRel()); in ParseSectionDirectiveDataRel()
122 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
128 SectionKind::getReadOnlyWithRelLocal()); in ParseSectionDirectiveDataRelRoLocal()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp79 SectionKind::getDataRel(), in emitPersonalityValue()
92 static SectionKind
93 getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
110 return SectionKind::getBSS(); in getELFKindForNamedSection()
116 return SectionKind::getThreadData(); in getELFKindForNamedSection()
122 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()
128 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
147 getELFSectionFlags(SectionKind K) { in getELFSectionFlags()
175 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal()
189 static const char *getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLoweringObjectFile.h67 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
71 static SectionKind getKindForGlobal(const GlobalValue *GV,
78 SectionKind Kind, Mangler *Mang,
96 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
103 SectionKind Kind) const { in getSpecialCasedSectionGlobals()
127 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h111 enum class SectionKind { enum
118 SectionKind Kind;
127 Section(SectionKind Kind) : Kind(Kind) {} in Section()
134 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection()
137 return S->Kind == SectionKind::RawContent; in classof()
144 NoBitsSection() : Section(SectionKind::NoBits) {} in NoBitsSection()
147 return S->Kind == SectionKind::NoBits; in classof()
156 Group() : Section(SectionKind::Group) {} in Group()
159 return S->Kind == SectionKind::Group; in classof()
173 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection()
[all …]
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h52 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
56 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
60 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
106 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
110 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
114 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
148 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
152 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp64 static bool isExecuteOnlyFunction(const GlobalObject *GO, SectionKind SK, in isExecuteOnlyFunction()
73 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal()
76 SK = SectionKind::getExecuteOnly(); in getExplicitSectionGlobal()
82 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in SelectSectionForGlobal()
85 SK = SectionKind::getExecuteOnly(); in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp113 static SectionKind
114 getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
123 return SectionKind::getMetadata(); in getELFKindForNamedSection()
136 return SectionKind::getBSS(); in getELFKindForNamedSection()
142 return SectionKind::getThreadData(); in getELFKindForNamedSection()
148 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()
154 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
171 static unsigned getELFSectionFlags(SectionKind K) { in getELFSectionFlags()
208 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
228 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
[all …]
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h73 SectionKind Kind,
79 static SectionKind getKindForGlobal(const GlobalValue *GV,
85 MCSection *SectionForGlobal(const GlobalValue *GV, SectionKind Kind,
110 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
115 SectionKind Kind, in getSpecialCasedSectionGlobals()
189 SectionKind Kind, Mangler &Mang,
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp29 SectionKind::getDataRel()); in Initialize()
34 SectionKind::getBSS()); in Initialize()
57 SectionKind Kind) const { in IsGlobalInSmallSection()
77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp33 SectionKind::getDataRel()); in Initialize()
38 SectionKind::getBSS()); in Initialize()
61 SectionKind Kind) const { in IsGlobalInSmallSection()
89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()

123456