Home
last modified time | relevance | path

Searched refs:RawSectionIds (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp148 RawSectionIds = std::make_unique<uint32_t[]>(Header.NumColumns); in parseImpl()
167 RawSectionIds[i] = IndexData.getU32(&Offset); in parseImpl()
168 ColumnKinds[i] = deserializeSectionKind(RawSectionIds[i], Header.Version); in parseImpl()
226 OS << format(" Unknown: %-15" PRIu32, RawSectionIds[i]); in dump()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h125 std::unique_ptr<uint32_t[]> RawSectionIds; variable