HomeSort by relevance Sort by last modified time
    Searched refs:MCSection (Results 101 - 125 of 411) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionELF.h 18 #include "llvm/MC/MCSection.h"
28 class MCSectionELF final : public MCSection {
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
92 static bool classof(const MCSection *S) {
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 27 class MCSection;
83 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
93 ConstantPool *getConstantPool(MCSection *Section);
94 ConstantPool &getOrCreateConstantPool(MCSection *Section);
MCSectionELF.h 18 #include "llvm/MC/MCSection.h"
28 class MCSectionELF final : public MCSection {
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
92 static bool classof(const MCSection *S) {
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 27 class MCSection;
83 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
93 ConstantPool *getConstantPool(MCSection *Section);
94 ConstantPool &getOrCreateConstantPool(MCSection *Section);
MCSectionELF.h 18 #include "llvm/MC/MCSection.h"
28 class MCSectionELF final : public MCSection {
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
92 static bool classof(const MCSection *S) {
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 27 class MCSection;
83 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
93 ConstantPool *getConstantPool(MCSection *Section);
94 ConstantPool &getOrCreateConstantPool(MCSection *Section);
MCSectionELF.h 18 #include "llvm/MC/MCSection.h"
28 class MCSectionELF final : public MCSection {
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
92 static bool classof(const MCSection *S) {
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 27 class MCSection;
83 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
93 ConstantPool *getConstantPool(MCSection *Section);
94 ConstantPool &getOrCreateConstantPool(MCSection *Section);
MCSectionELF.h 18 #include "llvm/MC/MCSection.h"
28 class MCSectionELF final : public MCSection {
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
92 static bool classof(const MCSection *S) {
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 28 class MCSection;
72 virtual MCSection *getSectionForConstant(const DataLayout &DL,
85 MCSection *SectionForGlobal(const GlobalValue *GV, SectionKind Kind,
91 MCSection *SectionForGlobal(const GlobalValue *GV, Mangler &Mang,
100 virtual MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
109 virtual MCSection *
114 virtual const MCSection *getSpecialCasedSectionGlobals(const GlobalValue *GV,
143 virtual MCSection *getStaticCtorSection(unsigned Priority,
148 virtual MCSection *getStaticDtorSection(unsigned Priority,
188 virtual MCSection *SelectSectionForGlobal(const GlobalValue *GV
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 49 const MCSection &SecA = SymA.getSection();
50 const MCSection &SecB = *FB.getParent();
  /external/llvm/include/llvm/MC/
MCFragment.h 21 class MCSection;
25 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
64 MCSection *Parent;
83 uint8_t BundlePadding, MCSection *Parent = nullptr);
101 MCSection *getParent() const { return Parent; }
102 void setParent(MCSection *Value) { Parent = Value; }
137 explicit MCDummyFragment(MCSection *Sec)
148 MCSection *Sec)
175 MCSection *Sec)
196 MCSection *Sec
    [all...]
MCSectionCOFF.h 18 #include "llvm/MC/MCSection.h"
24 class MCSectionCOFF final : public MCSection {
55 : MCSection(SV_COFF, K, Begin), SectionName(Section),
87 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 26 class MCSection;
30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
66 MCSection *Parent;
85 uint8_t BundlePadding, MCSection *Parent = nullptr);
102 MCSection *getParent() const { return Parent; }
103 void setParent(MCSection *Value) { Parent = Value; }
138 explicit MCDummyFragment(MCSection *Sec)
150 MCSection *Sec)
177 MCSection *Sec)
198 MCSection *Sec
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 35 class MCSection;
101 void emitAbbrevs(MCSection *);
104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 22 const MCSection *AttributesSection;
  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 28 MCSection *
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 38 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;

Completed in 1373 milliseconds

1 2 3 45 6 7 8 91011>>