Searched refs:MCSectionData (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCAsmLayout.h | 19 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;
|
D | MCAssembler.h | 38 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(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 …]
|
D | MCMachObjectWriter.h | 24 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, 199 void addRelocation(const MCSectionData *SD, in addRelocation()
|
D | MCObjectStreamer.h | 18 class MCSectionData; variable 34 MCSectionData *CurSectionData; 48 MCSectionData *getCurrentSectionData() const { in getCurrentSectionData()
|
D | MCExpr.h | 22 class MCSectionData; variable 27 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap;
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 65 const MCSectionData &SD = *F->getParent(); in isFragmentUpToDate() 79 const MCSectionData &SD = *F->getParent(); in Invalidate() 84 MCSectionData &SD = *F->getParent(); in EnsureValid() 137 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() 143 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const { in getSectionFileSize() 160 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent) in MCFragment() 170 MCSectionData::MCSectionData() : Section(0) {} in MCSectionData() function in MCSectionData 172 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A) in MCSectionData() function in MCSectionData 501 void MCAssembler::writeSectionData(const MCSectionData *SD, in writeSectionData() 508 for (MCSectionData::const_iterator it = SD->begin(), in writeSectionData() [all …]
|
D | 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); 980 const MCSectionData &SD = *it; in CreateRelocationSections() 1012 const MCSectionData &SD = *it; in WriteRelocations() 1019 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations() 1047 const MCSectionData *SD) { in WriteRelocationsFragment() [all …]
|
D | MachObjectWriter.cpp | 98 uint64_t MachObjectWriter::getPaddingSize(const MCSectionData *SD, in getPaddingSize() 105 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next]; in getPaddingSize() 185 const MCSectionData &SD, in WriteSection() 546 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder(); in computeSectionAddresses() 548 const MCSectionData *SD = Order[i]; in computeSectionAddresses() 687 const MCSectionData &SD = *it; in WriteObject()
|
D | MCMachOStreamer.cpp | 337 MCSectionData &SectData = getAssembler().getOrCreateSectionData(*Section); in EmitZerofill() 448 for (MCSectionData::iterator it2 = it->begin(), in FinishImpl()
|
D | WinCOFFObjectWriter.cpp | 100 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()
|
D | MCExpr.cpp | 356 const MCSectionData &SecA = *AD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() 357 const MCSectionData &SecB = *BD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference()
|
D | WinCOFFStreamer.cpp | 155 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in AddCommonSymbol()
|
D | MCELFStreamer.cpp | 500 MCSectionData &SectData = getAssembler().getOrCreateSectionData(Section); in FinishImpl()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 387 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 524 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation()
|