Searched refs:sectionTable (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | PDB.h | 32 llvm::ArrayRef<uint8_t> sectionTable,
|
D | PDB.cpp | 124 ArrayRef<uint8_t> sectionTable); 1355 ArrayRef<uint8_t> sectionTable, in createPDB() argument 1363 pdb.addSections(outputSections, sectionTable); in createPDB() 1409 ArrayRef<uint8_t> sectionTable) { in addSections() argument 1438 (const object::coff_section *)sectionTable.data(), in addSections() 1439 sectionTable.size() / sizeof(object::coff_section)}; in addSections() 1444 dbiBuilder.addDbgStream(pdb::DbgHeaderType::SectionHdr, sectionTable)); in addSections()
|
D | Writer.cpp | 276 ArrayRef<uint8_t> sectionTable; member in __anon8c8ce84c0111::Writer 647 createPDB(symtab, outputSections, sectionTable, buildId->buildId); in run() 1504 sectionTable = ArrayRef<uint8_t>( in writeHeader()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9211 SegInfo sectionTable(Obj); in printMachORebaseTable() local 9217 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachORebaseTable() 9218 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable() 9219 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachORebaseTable() 9255 SegInfo sectionTable(Obj); in printMachOBindTable() local 9262 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachOBindTable() 9263 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOBindTable() 9264 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOBindTable() 9287 SegInfo sectionTable(Obj); in printMachOLazyBindTable() local 9294 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachOLazyBindTable() [all …]
|