Searched refs:SectionKind (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h50 SectionKind::getText());
52 SectionKind::getDataRel());
54 SectionKind::getBSS());
56 SectionKind::getReadOnly());
59 SectionKind::getMetadata());
61 SectionKind::getMetadata());
63 SectionKind::getMetadata());
65 SectionKind::getMetadata());
67 SectionKind::getMetadata());
69 SectionKind
[all...]
H A DNVPTXSection.h29 NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {}
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp37 SectionKind::getText());
40 SectionKind::getDataRel());
45 SectionKind::getDataRel());
49 SectionKind::getThreadBSS());
55 SectionKind::getDataRel());
60 SectionKind::getDataRel());
65 SectionKind::getMergeable1ByteCString());
68 SectionKind::getMergeable2ByteCString());
72 SectionKind::getMergeableConst4());
76 SectionKind
[all...]
H A DMCContext.cpp208 unsigned Reserved2, SectionKind Kind) {
236 SectionKind Kind) {
242 SectionKind Kind, unsigned EntrySize, StringRef Group) {
269 SectionKind::getReadOnly(), 4, NULL);
276 SectionKind Kind) {
H A DWinCOFFStreamer.cpp102 SectionKind Kind) {
111 SectionKind::getText());
120 SectionKind::getDataRel());
129 SectionKind::getBSS());
158 SectionName, Characteristics, Selection, SectionKind::getBSS());
/external/llvm/include/llvm/MC/
H A DSectionKind.h20 /// SectionKind - This is a simple POD value that classifies the properties of
28 class SectionKind { class in namespace:llvm
38 /// SectionKind are not mergeable.
200 static SectionKind get(Kind K) {
201 SectionKind Res;
207 static SectionKind getMetadata() { return get(Metadata); }
208 static SectionKind getText() { return get(Text); }
209 static SectionKind getReadOnly() { return get(ReadOnly); }
210 static SectionKind getMergeable1ByteCString() {
213 static SectionKind getMergeable2ByteCStrin
[all...]
H A DMCSection.h18 #include "llvm/MC/SectionKind.h"
41 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {}
43 SectionKind Kind;
47 SectionKind getKind() const { return Kind; }
H A DMCSectionELF.h51 SectionKind K, unsigned entrySize, const MCSymbol *group)
88 static unsigned DetermineEntrySize(SectionKind Kind);
H A DMCSectionCOFF.h39 int Selection, SectionKind K)
H A DMCContext.h17 #include "llvm/MC/SectionKind.h"
240 SectionKind K);
244 SectionKind K) {
249 unsigned Flags, SectionKind Kind);
252 unsigned Flags, SectionKind Kind,
258 int Selection, SectionKind Kind);
261 SectionKind Kind) {
H A DMCSectionMachO.h38 unsigned TAA, unsigned reserved2, SectionKind K);
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp117 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
127 return SectionKind::getText();
132 return SectionKind::getThreadBSS();
133 return SectionKind::getThreadData();
138 return SectionKind::getCommon();
143 return SectionKind::getBSSLocal();
145 return SectionKind::getBSSExtern();
146 return SectionKind::getBSS();
163 return SectionKind::getReadOnly();
174 return SectionKind
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h28 SectionKind Kind) const;
33 SectionKind Kind,
H A DHexagonTargetObjectFile.cpp38 SectionKind::getDataRel());
42 SectionKind::getBSS());
68 SectionKind Kind) const {
83 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetObjectFile.h28 SectionKind Kind) const;
34 SectionKind Kind,
H A DMBlazeTargetObjectFile.cpp29 SectionKind::getDataRel());
34 SectionKind::getBSS());
57 SectionKind Kind) const {
77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp26 SectionKind::getDataRel());
31 SectionKind::getBSS());
37 SectionKind::getMergeableConst4());
42 SectionKind::getMergeableConst8());
47 SectionKind::getMergeableConst16());
59 SectionKind::getReadOnlyWithRel());
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp34 SectionKind::getDataRel());
39 SectionKind::getBSS());
48 SectionKind::getMetadata());
54 SectionKind::getMetadata());
76 SectionKind Kind) const {
105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
H A DMipsTargetObjectFile.h29 const TargetMachine &TM, SectionKind Kind)const;
34 SectionKind Kind,
/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h19 #include "llvm/MC/SectionKind.h"
45 /// getSectionForConstant - Given a constant with the SectionKind, return a
47 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
51 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
55 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
90 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
94 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
97 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
125 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
129 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kin
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h21 #include "llvm/MC/SectionKind.h"
72 /// getSectionForConstant - Given a constant with the SectionKind, return a
74 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
77 /// target independent categories embodied in SectionKind.
78 static SectionKind getKindForGlobal(const GlobalValue *GV,
85 SectionKind Kind, Mangler *Mang,
101 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
108 SectionKind Kind) const {
143 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp77 SectionKind::getDataRel(),
120 static SectionKind
121 getELFKindForNamedSection(StringRef Name, SectionKind K) {
139 return SectionKind::getBSS();
145 return SectionKind::getThreadData();
151 return SectionKind::getThreadBSS();
157 static unsigned getELFSectionType(StringRef Name, SectionKind K) {
176 getELFSectionFlags(SectionKind K) {
204 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
218 static const char *getSectionPrefixForGlobal(SectionKind Kin
[all...]
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp41 SectionKind::getMetadata());
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp34 unsigned Flags, SectionKind Kind);
86 SectionKind::getDataRel());
91 ELF::SHF_ALLOC, SectionKind::getText());
96 ELF::SHF_ALLOC, SectionKind::getBSS());
101 SectionKind::getReadOnly());
107 SectionKind::getThreadData());
113 SectionKind::getThreadBSS());
119 SectionKind::getDataRel());
125 SectionKind::getReadOnlyWithRel());
131 SectionKind
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp199 SectionKind Kind, const MCSymbol &Fn);
220 SectionKind Kind,
252 SectionKind::getDataRel(),
260 SectionKind::getDataRel(),

Completed in 269 milliseconds

12