Lines Matching defs:dobj
3166 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj());
3167 chunk.infoSec = dobj.getInfoSection();
3168 DWARFDataExtractor namesExtractor(dobj, dobj.getNamesSection(),
3172 DataExtractor strExtractor(dobj.getStrSection(),
3175 inputChunk.section = dobj.getNamesSection();
3179 errorOrWarn(toString(dobj.getNamesSection().sec) + Twine(": ") +
3184 [&chunk, namesData = dobj.getNamesSection().Data.data()](
3524 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj());
3528 chunks[i].sec = dobj.getInfoSection();
3531 nameAttrs[i] = readPubNamesAndTypes<ELFT>(dobj, chunks[i].compilationUnits);