Home
last modified time | relevance | path

Searched refs:MCSectionData (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmLayout.h19 class MCSectionData; variable
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() { in getSectionOrder()
72 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const { in getSectionOrder()
90 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
94 uint64_t getSectionFileSize(const MCSectionData *SD) const;
DMCAssembler.h38 class MCSectionData; variable
70 MCSectionData *Parent;
92 MCFragment(FragmentType _Kind, MCSectionData *_Parent = 0);
101 MCSectionData *getParent() const { return Parent; } in getParent()
102 void setParent(MCSectionData *Value) { Parent = Value; } in setParent()
127 MCDataFragment(MCSectionData *SD = 0) : MCFragment(FT_Data, SD) {} in MCFragment()
187 MCInstFragment(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 …]
DMCMachObjectWriter.h24 class MCSectionData; variable
93 llvm::DenseMap<const MCSectionData*,
95 llvm::DenseMap<const MCSectionData*, unsigned> IndirectSymBase;
123 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress()
132 uint64_t getPaddingSize(const MCSectionData *SD,
164 const MCSectionData &SD, uint64_t FileOffset,
196 void addRelocation(const MCSectionData *SD, in addRelocation()
DMCObjectStreamer.h18 class MCSectionData; variable
34 MCSectionData *CurSectionData;
48 MCSectionData *getCurrentSectionData() const { in getCurrentSectionData()
DMCExpr.h22 class MCSectionData; variable
27 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap;
/external/llvm/lib/MC/
DMCAssembler.cpp64 const MCSectionData &SD = *F->getParent(); in isFragmentUpToDate()
78 const MCSectionData &SD = *F->getParent(); in Invalidate()
83 MCSectionData &SD = *F->getParent(); in EnsureValid()
136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize()
142 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const { in getSectionFileSize()
159 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent) in MCFragment()
169 MCSectionData::MCSectionData() : Section(0) {} in MCSectionData() function in MCSectionData
171 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A) in MCSectionData() function in MCSectionData
494 void MCAssembler::writeSectionData(const MCSectionData *SD, in writeSectionData()
501 for (MCSectionData::const_iterator it = SD->begin(), in writeSectionData()
[all …]
DELFObjectWriter.cpp52 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*,
321 const MCSectionData *SD);
979 const MCSectionData &SD = *it; in CreateRelocationSections()
1011 const MCSectionData &SD = *it; in WriteRelocations()
1018 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations()
1046 const MCSectionData *SD) { in WriteRelocationsFragment()
[all …]
DMachObjectWriter.cpp97 uint64_t MachObjectWriter::getPaddingSize(const MCSectionData *SD, in getPaddingSize()
104 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next]; in getPaddingSize()
184 const MCSectionData &SD, in WriteSection()
532 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder(); in computeSectionAddresses()
534 const MCSectionData *SD = Order[i]; in computeSectionAddresses()
666 const MCSectionData &SD = *it; in WriteObject()
DMCMachOStreamer.cpp288 MCSectionData &SectData = getAssembler().getOrCreateSectionData(*Section); in EmitZerofill()
399 for (MCSectionData::iterator it2 = it->begin(), in FinishImpl()
DWinCOFFObjectWriter.cpp100 MCSectionData const *MCData;
153 void DefineSection(MCSectionData const &SectionData);
366 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { in DefineSection()
642 MCSectionData const *SectionData = Fragment->getParent(); in RecordRelocation()
DMCExpr.cpp349 const MCSectionData &SecA = *AD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference()
350 const MCSectionData &SecB = *BD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference()
DWinCOFFStreamer.cpp155 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in AddCommonSymbol()
DMCELFStreamer.cpp498 MCSectionData &SectData = getAssembler().getOrCreateSectionData(Section); in FinishImpl()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp387 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp524 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation()