• Home
  • Raw
  • Download

Lines Matching refs:MCAsmLayout

46     static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);
53 static uint64_t GetSectionFileSize(const MCAsmLayout &Layout,
55 static uint64_t GetSectionAddressSize(const MCAsmLayout &Layout,
59 const MCAsmLayout &Layout,
246 const MCAsmLayout &Layout);
252 const MCAsmLayout &Layout,
256 const MCAsmLayout &Layout,
288 void CreateRelocationSections(MCAssembler &Asm, MCAsmLayout &Layout,
291 void WriteRelocations(MCAssembler &Asm, MCAsmLayout &Layout,
294 void CreateMetadataSections(MCAssembler &Asm, MCAsmLayout &Layout,
300 void CreateIndexedSections(MCAssembler &Asm, MCAsmLayout &Layout,
307 const MCAsmLayout &Layout);
310 const MCAsmLayout &Layout,
333 virtual void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
472 const MCAsmLayout &Layout) { in SymbolValue()
501 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
541 const MCAsmLayout &Layout) { in WriteSymbol()
582 const MCAsmLayout &Layout, in WriteSymbolTable()
699 const MCAsmLayout &Layout, in RecordRelocation()
986 MCAsmLayout &Layout, in CreateRelocationSections()
1018 void ELFObjectWriter::WriteRelocations(MCAssembler &Asm, MCAsmLayout &Layout, in WriteRelocations()
1122 MCAsmLayout &Layout, in CreateMetadataSections()
1217 MCAsmLayout &Layout, in CreateIndexedSections()
1380 uint64_t ELFObjectWriter::GetSectionFileSize(const MCAsmLayout &Layout, in GetSectionFileSize()
1387 uint64_t ELFObjectWriter::GetSectionAddressSize(const MCAsmLayout &Layout, in GetSectionAddressSize()
1395 const MCAsmLayout &Layout, in WriteDataSectionData()
1416 const MCAsmLayout &Layout, in WriteSectionHeader()
1486 const MCAsmLayout &Layout) { in WriteObject()
1494 CreateRelocationSections(Asm, const_cast<MCAsmLayout&>(Layout), RelMap); in WriteObject()
1497 CreateIndexedSections(Asm, const_cast<MCAsmLayout&>(Layout), GroupMap, in WriteObject()
1508 WriteRelocations(Asm, const_cast<MCAsmLayout&>(Layout), RelMap); in WriteObject()
1511 const_cast<MCAsmLayout&>(Layout), in WriteObject()