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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/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; }
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 50 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData());
52 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS());
54 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly());
57 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
59 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
61 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
63 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
65 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
67 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
33 /// SectionKind are not mergeable.
166 static SectionKind get(Kind K) {
167 SectionKind Res;
173 static SectionKind getMetadata() { return get(Metadata); }
174 static SectionKind getText() { return get(Text); }
175 static SectionKind getReadOnly() { return get(ReadOnly); }
176 static SectionKind getMergeable1ByteCString()
    [all...]
  /external/swiftshader/third_party/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...]
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 28 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
32 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp 33 SectionKind::getDataRel());
38 SectionKind::getDataRel());
46 SectionKind::getMetadata());
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 122 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
132 return SectionKind::getText();
137 return SectionKind::getThreadBSS();
138 return SectionKind::getThreadData();
143 return SectionKind::getCommon();
148 return SectionKind::getBSSLocal();
150 return SectionKind::getBSSExtern();
151 return SectionKind::getBSS();
169 return SectionKind::getReadOnly();
180 return SectionKind::getMergeable1ByteCString()
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.h 26 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 19 #include "llvm/MC/SectionKind.h"
43 /// getSectionForConstant - Given a constant with the SectionKind, return a
45 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
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.h 28 SectionKind Kind) const;
34 SectionKind Kind,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.h 28 const TargetMachine &TM, SectionKind Kind)const;
33 SectionKind Kind,
  /external/swiftshader/third_party/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/lib/MC/
MCObjectFileInfo.cpp 56 SectionKind::getReadOnly());
77 SectionKind::getText());
79 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData());
87 SectionKind::getData());
91 SectionKind::getThreadBSS());
97 SectionKind::getData());
101 SectionKind::getData());
106 SectionKind::getMergeable1ByteCString());
109 SectionKind::getMergeable2ByteCString());
113 SectionKind::getMergeableConst4())
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
142 return SectionKind::getText();
147 return SectionKind::getThreadBSS();
148 return SectionKind::getThreadData();
153 return SectionKind::getCommon();
158 return SectionKind::getBSSLocal();
160 return SectionKind::getBSSExtern();
161 return SectionKind::getBSS();
177 return SectionKind::getReadOnly();
188 return SectionKind::getMergeable1ByteCString()
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 22 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
25 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
43 SectionKind Kind, Mangler &Mang, const TargetMachine &TM) const;
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.h 27 SectionKind Kind) const;
33 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
40 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,

Completed in 550 milliseconds

1 2 3 4 5 6 7