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

1 2 3 4

  /external/llvm/lib/MC/
MCSection.cpp 1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
10 #include "llvm/MC/MCSection.h"
17 // MCSection
20 MCSection::~MCSection() {
MCObjectWriter.cpp 52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
53 const MCSection &SecB = FB.getParent()->getSection();
MCSymbol.cpp 17 const MCSection *MCSymbol::AbsolutePseudoSection =
18 reinterpret_cast<const MCSection *>(1);
60 const MCSection *Section = Value->FindAssociatedSection();
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 21 class MCSection;
60 const MCSection *TextSection;
64 const MCSection *DataSection;
67 const MCSection *BSSSection;
73 const MCSection *ReadOnlySection;
77 const MCSection *StaticCtorSection;
81 const MCSection *StaticDtorSection;
85 const MCSection *LSDASection;
90 const MCSection *CompactUnwindSection;
94 const MCSection *DwarfAbbrevSection
    [all...]
MCSection.h 1 //===- MCSection.h - Machine Code Sections ----------------------*- C++ -*-===//
10 // This file declares the MCSection class.
26 /// MCSection - Instances of this class represent a uniqued identifier for a
29 class MCSection {
39 MCSection(const MCSection&) LLVM_DELETED_FUNCTION;
40 void operator=(const MCSection&) LLVM_DELETED_FUNCTION;
42 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {}
46 virtual ~MCSection();
MCSymbol.h 22 class MCSection;
37 static const MCSection *AbsolutePseudoSection;
46 const MCSection *Section;
111 const MCSection &getSection() const {
117 void setSection(const MCSection &S) { Section = &S; }
MCAsmBackend.h 27 class MCSection;
80 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
88 virtual bool isSectionAtomizable(const MCSection &Section) const {
MCSectionCOFF.h 18 #include "llvm/MC/MCSection.h"
24 class MCSectionCOFF : public MCSection {
48 : MCSection(SV_COFF, K), SectionName(Section),
82 static bool classof(const MCSection *S) {
MCSectionELF.h 18 #include "llvm/MC/MCSection.h"
29 class MCSectionELF : public MCSection {
52 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
84 static bool classof(const MCSection *S) {
MCContext.h 28 class MCSection;
128 const MCSection *GenDwarfSection;
151 DenseMap<const MCSection *, MCLineSection *> MCLineSections;
154 std::vector<const MCSection *> MCLineSectionOrder;
236 /// getMachOSection - Return the MCSection for the specified mach-o section.
312 const DenseMap<const MCSection *, MCLineSection *>
316 const std::vector<const MCSection *> &getMCLineSectionOrder() const {
319 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) {
367 const MCSection *getGenDwarfSection() { return GenDwarfSection; }
368 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 18 const MCSection *SmallDataSection;
19 const MCSection *SmallBSSSection;
20 const MCSection *ReginfoSection;
33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
39 const MCSection *getReginfoSection() const { return ReginfoSection; }
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 71 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
73 new NVPTXSection(MCSection::SV_ELF, SectionKind::getDataRel());
74 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS());
76 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly());
79 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
81 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
83 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
85 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
87 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
89 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata())
    [all...]
NVPTXSection.h 18 #include "llvm/MC/MCSection.h"
26 class NVPTXSection : public MCSection {
29 NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {}
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.h 25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 22 const MCSection *AttributesSection;
36 virtual const MCSection *getAttributesSection() const {
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 28 class MCSection;
74 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
84 const MCSection *SectionForGlobal(const GlobalValue *GV,
91 const MCSection *SectionForGlobal(const GlobalValue *GV,
100 virtual const MCSection *
106 virtual const MCSection *
130 virtual const MCSection *
135 virtual const MCSection *
146 virtual const MCSection *
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 24 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const
SystemZMCAsmInfo.cpp 34 const MCSection *
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 27 class MCSection;
47 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
50 virtual const MCSection *
54 virtual const MCSection *
71 virtual const MCSection *
73 virtual const MCSection *
89 virtual const MCSection *
93 virtual const MCSection *
97 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
124 virtual const MCSection *
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.h 25 virtual const MCSection *
PPCTargetObjectFile.cpp 25 const MCSection * PPC64LinuxTargetObjectFile::
29 const MCSection *DefaultSection =
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 33 const MCSection* SelectSectionForGlobal(const GlobalValue *GV,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 42 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;

Completed in 344 milliseconds

1 2 3 4