Searched refs:getNamesSection (Results 1 – 5 of 5) sorted by relevance
66 const LLDDWARFSection &getNamesSection() const override { in getNamesSection() function
3258 DWARFDataExtractor namesExtractor(dobj, dobj.getNamesSection(), in DebugNamesSection()3265 inputChunk.section = dobj.getNamesSection(); in DebugNamesSection()3269 Err(ctx) << dobj.getNamesSection().sec << ": " << std::move(e); in DebugNamesSection()3273 [&chunk, namesData = dobj.getNamesSection().Data.data()]( in DebugNamesSection()
80 virtual const DWARFSection &getNamesSection() const { return Dummy; } in getNamesSection() function
508 return getAccelTable(Names, DObj, DObj.getNamesSection(), in getDebugNames()1340 DObj->getNamesSection().Data)) in dump()2421 const DWARFSection &getNamesSection() const override { in getNamesSection() function in __anonfc0a132e1211::DWARFObjInMemory
2109 if (!D.getNamesSection().Data.empty()) in handleAccelTables()2110 verifyDebugNames(D.getNamesSection(), StrData); in handleAccelTables()