Lines Matching refs:namesExtractor
2751 uint64_t entriesBase, DWARFDataExtractor &namesExtractor, in readEntry() argument
2756 uint64_t ulebVal = namesExtractor.getULEB128(&offset, &err); in readEntry()
2776 attr.attrValue = namesExtractor.getU32(&offset, &err); in readEntry()
2786 attr.attrValue = namesExtractor.getU8(&offset, &err); in readEntry()
2792 attr.attrValue = namesExtractor.getU16(&offset, &err); in readEntry()
2798 attr.attrValue = namesExtractor.getU32(&offset, &err); in readEntry()
2824 DWARFDataExtractor &namesExtractor, DataExtractor &strExtractor, in parseDebugNames() argument
2848 if (locs.EntriesBase > namesExtractor.getData().size()) { in parseDebugNames()
2863 uint64_t strp = namesExtractor.getRelocatedValue(dwarfSize, &strOffset); in parseDebugNames()
2873 readEntry(offset, ni, locs.EntriesBase, namesExtractor, namesSec); in parseDebugNames()
3168 DWARFDataExtractor namesExtractor(dobj, dobj.getNamesSection(), in DebugNamesSection() local
3177 inputChunk.llvmDebugNames.emplace(namesExtractor, strExtractor); in DebugNamesSection()
3183 inputChunk, chunk, namesExtractor, strExtractor, in DebugNamesSection()