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

1 23 4

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 125 const MCSection *X86ELFMCAsmInfo::
X86AsmBackend.cpp 345 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
416 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
429 virtual bool isSectionAtomizable(const MCSection &Section) const {
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 44 class MCSection;
144 const MCSection *getCurrentSection() const;
  /external/llvm/lib/MC/
MCELFStreamer.cpp 25 #include "llvm/MC/MCSection.h"
112 void MCELFStreamer::ChangeSection(const MCSection *Section,
268 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
538 const MCSection &Section = Symbol.getSection();
597 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
602 void MCELFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 127 virtual void ChangeSection(const MCSection *Section,
177 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
180 virtual void EmitTBSSSymbol (const MCSection *Section, MCSymbol *Symbol,
329 void MCAsmStreamer::ChangeSection(const MCSection *Section,
566 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
586 void MCAsmStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
    [all...]
MCDwarf.cpp 65 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) {
85 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
128 const MCSection *Section,
232 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
234 for (DenseMap<const MCSection *, MCLineSection *>::const_iterator it =
323 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
325 const std::vector<const MCSection *> &MCLineSectionOrder =
327 for (std::vector<const MCSection*>::const_iterator it =
330 const MCSection *Sec = *it;
    [all...]
MCExpr.cpp 743 const MCSection *MCExpr::FindAssociatedSection() const {
767 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection();
768 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection();
MCSectionMachO.cpp 77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
MachObjectWriter.cpp 482 DenseMap<const MCSection*, uint8_t> SectionIndexMap;
656 const MCSection &SecA = SA.getSection();
657 const MCSection &SecB = FB.getParent()->getSection();
    [all...]
MCObjectStreamer.cpp 21 #include "llvm/MC/MCSection.h"
171 void MCObjectStreamer::ChangeSection(const MCSection *Section,
WinCOFFObjectWriter.cpp 27 #include "llvm/MC/MCSection.h"
126 typedef DenseMap<MCSection const *, COFFSection *> section_map;
365 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
  /external/llvm/include/llvm/MC/
MCExpr.h 21 class MCSection;
99 const MCSection *FindAssociatedSection() const;
505 virtual const MCSection *FindAssociatedSection() const = 0;
MCDwarf.h 27 class MCSection;
170 static void Make(MCStreamer *MCOS, const MCSection *Section);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 19 #include "llvm/MC/MCSection.h"
150 const MCSection &Section = SectionLabel->getSection();
AsmPrinter.cpp 37 #include "llvm/MC/MCSection.h"
142 const MCSection *AsmPrinter::getCurrentSection() const {
312 const MCSection *TheSection =
341 const MCSection *TheSection =
386 const MCSection *TLVSect
    [all...]
DwarfDebug.cpp 32 #include "llvm/MC/MCSection.h"
232 // Switch to the specified MCSection and emit an assembler
234 static MCSymbol *emitSectionSym(AsmPrinter *Asm, const MCSection *Section,
    [all...]
DwarfException.cpp 27 #include "llvm/MC/MCSection.h"
410 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 172 const MCSection *FindAssociatedSection() const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 76 virtual bool doesSectionRequireSymbols(const MCSection &Section) const
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 32 #include "llvm/MC/MCSection.h"
86 virtual void ChangeSection(const MCSection *Section,
216 DenseMap<const MCSection *, ElfMappingSymbol> LastMappingSymbols;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 604 SetVector<const MCSection *, SmallVector<const MCSection *, 8>,
605 SmallPtrSet<const MCSection *, 8> > TextSections;
621 const MCSection *sect =
627 const MCSection *sect =
633 const MCSection *StaticInitSect =
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 539 const MCSection *Comment =
595 const MCSection *Note =
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 535 const MCSection *TheSection =
561 const MCSection *TheSection =
  /external/llvm/tools/lto/
LTOModule.cpp 745 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
759 virtual void ChangeSection(const MCSection *Section,
774 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]

Completed in 3051 milliseconds

1 23 4