HomeSort by relevance Sort by last modified time
    Searched refs:SectionKind (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 50 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::getMetadata())
    [all...]
NVPTXSection.h 29 NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {}
  /external/llvm/include/llvm/MC/
SectionKind.h 20 /// SectionKind - This is a simple POD value that classifies the properties of
28 class SectionKind {
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 getMergeable2ByteCString()
    [all...]
MCSection.h 18 #include "llvm/MC/SectionKind.h"
41 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {}
43 SectionKind Kind;
47 SectionKind getKind() const { return Kind; }
MCSectionELF.h 51 SectionKind K, unsigned entrySize, const MCSymbol *group)
88 static unsigned DetermineEntrySize(SectionKind Kind);
MCSectionCOFF.h 39 int Selection, SectionKind K)
MCContext.h 17 #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) {
MCSectionMachO.h 38 unsigned TAA, unsigned reserved2, SectionKind K);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 37 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::getMergeableConst8())
    [all...]
MCContext.cpp 208 unsigned Reserved2, SectionKind Kind) {
236 SectionKind Kind) {
242 SectionKind Kind, unsigned EntrySize, StringRef Group) {
269 SectionKind::getReadOnly(), 4, NULL);
276 SectionKind Kind) {
WinCOFFStreamer.cpp 102 SectionKind Kind) {
111 SectionKind::getText());
120 SectionKind::getDataRel());
129 SectionKind::getBSS());
158 SectionName, Characteristics, Selection, SectionKind::getBSS());
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 117 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::getMergeable1ByteCString()
    [all...]
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 19 #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 Kind
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 28 SectionKind Kind) const;
33 SectionKind Kind,
HexagonTargetObjectFile.cpp 38 SectionKind::getDataRel());
42 SectionKind::getBSS());
68 SectionKind Kind) const {
83 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.h 28 SectionKind Kind) const;
34 SectionKind Kind,
MBlazeTargetObjectFile.cpp 29 SectionKind::getDataRel());
34 SectionKind::getBSS());
57 SectionKind Kind) const {
77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 29 const TargetMachine &TM, SectionKind Kind)const;
34 SectionKind Kind,
MipsTargetObjectFile.cpp 34 SectionKind::getDataRel());
39 SectionKind::getBSS());
48 SectionKind::getMetadata());
54 SectionKind::getMetadata());
76 SectionKind Kind) const {
105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 26 SectionKind::getDataRel());
31 SectionKind::getBSS());
37 SectionKind::getMergeableConst4());
42 SectionKind::getMergeableConst8());
47 SectionKind::getMergeableConst16());
59 SectionKind::getReadOnlyWithRel());
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 21 #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/
TargetLoweringObjectFileImpl.cpp 77 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 Kind)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 41 SectionKind::getMetadata());
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 34 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::getReadOnlyWithRelLocal())
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 199 SectionKind Kind, const MCSymbol &Fn);
220 SectionKind Kind,
252 SectionKind::getDataRel(),
260 SectionKind::getDataRel(),

Completed in 535 milliseconds

1 2