Lines Matching defs:namesExtractor
2825 uint64_t entriesBase, DWARFDataExtractor &namesExtractor,
2830 uint64_t ulebVal = namesExtractor.getULEB128(&offset, &err);
2850 attr.attrValue = namesExtractor.getU32(&offset, &err);
2860 attr.attrValue = namesExtractor.getU8(&offset, &err);
2866 attr.attrValue = namesExtractor.getU16(&offset, &err);
2872 attr.attrValue = namesExtractor.getU32(&offset, &err);
2898 DWARFDataExtractor &namesExtractor, DataExtractor &strExtractor,
2921 if (locs.EntriesBase > namesExtractor.getData().size()) {
2935 uint64_t strp = namesExtractor.getRelocatedValue(dwarfSize, &strOffset);
2945 readEntry(offset, ni, locs.EntriesBase, namesExtractor, namesSec);
3240 DWARFDataExtractor namesExtractor(dobj, dobj.getNamesSection(),
3249 inputChunk.llvmDebugNames.emplace(namesExtractor, strExtractor);
3254 ctx, inputChunk, chunk, namesExtractor, strExtractor,