HomeSort by relevance Sort by last modified time
    Searched refs:MCSectionData (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 19 class MCSectionData;
31 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator;
32 typedef llvm::SmallVectorImpl<MCSectionData*>::iterator iterator;
38 llvm::SmallVector<MCSectionData*, 16> SectionOrder;
43 mutable DenseMap<const MCSectionData*, MCFragment *> LastValidFragment;
69 llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
72 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const {
90 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
94 uint64_t getSectionFileSize(const MCSectionData *SD) const;
MCAssembler.h 38 class MCSectionData;
70 MCSectionData *Parent;
92 MCFragment(FragmentType _Kind, MCSectionData *_Parent = 0);
101 MCSectionData *getParent() const { return Parent; }
102 void setParent(MCSectionData *Value) { Parent = Value; }
127 MCDataFragment(MCSectionData *SD = 0) : MCFragment(FT_Data, SD) {}
187 MCInstFragment(const MCInst &_Inst, MCSectionData *SD = 0)
250 unsigned _MaxBytesToEmit, MCSectionData *SD = 0)
292 MCSectionData *SD = 0)
326 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, MCSectionData *SD = 0
    [all...]
MCObjectStreamer.h 18 class MCSectionData;
34 MCSectionData *CurSectionData;
48 MCSectionData *getCurrentSectionData() const {
MCMachObjectWriter.h 24 class MCSectionData;
93 llvm::DenseMap<const MCSectionData*,
95 llvm::DenseMap<const MCSectionData*, unsigned> IndirectSymBase;
123 uint64_t getSectionAddress(const MCSectionData* SD) const {
132 uint64_t getPaddingSize(const MCSectionData *SD,
164 const MCSectionData &SD, uint64_t FileOffset,
199 void addRelocation(const MCSectionData *SD,
MCExpr.h 22 class MCSectionData;
27 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap;
  /external/llvm/lib/MC/
MCAssembler.cpp 65 const MCSectionData &SD = *F->getParent();
79 const MCSectionData &SD = *F->getParent();
84 MCSectionData &SD = *F->getParent();
137 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
143 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
160 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent)
170 MCSectionData::MCSectionData() : Section(0) {}
172 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A
    [all...]
ELFObjectWriter.cpp 52 static bool IsELFMetaDataSection(const MCSectionData &SD);
53 static uint64_t DataSectionSize(const MCSectionData &SD);
55 const MCSectionData &SD);
57 const MCSectionData &SD);
93 llvm::DenseMap<const MCSectionData*,
322 const MCSectionData *SD);
    [all...]
MachObjectWriter.cpp 98 uint64_t MachObjectWriter::getPaddingSize(const MCSectionData *SD,
105 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next];
185 const MCSectionData &SD,
546 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder();
548 const MCSectionData *SD = Order[i];
687 const MCSectionData &SD = *it;
MCMachOStreamer.cpp 337 MCSectionData &SectData = getAssembler().getOrCreateSectionData(*Section);
448 for (MCSectionData::iterator it2 = it->begin(),
WinCOFFObjectWriter.cpp 100 MCSectionData const *MCData;
153 void DefineSection(MCSectionData const &SectionData);
366 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) {
642 MCSectionData const *SectionData = Fragment->getParent();
MCExpr.cpp 356 const MCSectionData &SecA = *AD.getFragment()->getParent();
357 const MCSectionData &SecB = *BD.getFragment()->getParent();
MCELFStreamer.cpp 500 MCSectionData &SectData = getAssembler().getOrCreateSectionData(Section);
WinCOFFStreamer.cpp 155 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section);
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 183 const llvm::MCSectionData *section = 0;
216 const llvm::MCSectionData *section = 0;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 387 const MCSectionData &SymSD = Asm.getSectionData(
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 524 const MCSectionData &SymSD = Asm.getSectionData(

Completed in 1262 milliseconds