Home
last modified time | relevance | path

Searched full:offsetentrycount (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp50 HeaderData.OffsetEntryCount = Data.getU32(OffsetPtr); in extract()
68 HeaderData.OffsetEntryCount * OffsetByteSize) in extract()
72 SectionName.data(), HeaderOffset, HeaderData.OffsetEntryCount); in extract()
74 *OffsetPtr += HeaderData.OffsetEntryCount * OffsetByteSize; in extract()
90 HeaderData.OffsetEntryCount); in dump()
92 if (HeaderData.OffsetEntryCount > 0) { in dump()
94 for (uint32_t I = 0; I < HeaderData.OffsetEntryCount; ++I) { in dump()
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h70 uint32_t OffsetEntryCount; member
96 uint32_t getOffsetEntryCount() const { return HeaderData.OffsetEntryCount; } in getOffsetEntryCount()
117 if (Index >= HeaderData.OffsetEntryCount) in getOffsetEntry()
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1174 uint32_t OffsetEntryCount; in writeDWARFLists()
1175 if (Table.OffsetEntryCount) in writeDWARFLists()
1176 OffsetEntryCount = *Table.OffsetEntryCount; in writeDWARFLists()
1178 OffsetEntryCount = Table.Offsets ? Table.Offsets->size() : Offsets.size(); in writeDWARFLists()
1180 OffsetEntryCount * (Table.Format == dwarf::DWARF64 ? 8 : 4); in writeDWARFLists()
1192 writeInteger((uint32_t)OffsetEntryCount, OS, IsLittleEndian); in emitDebugLoclists()
1204 else if (OffsetEntryCount != 0) in getDWARFEmitterByName()
1145 uint32_t OffsetEntryCount; writeDWARFLists() local
H A DDWARFYAML.cpp365 IO.mapOptional("OffsetEntryCount", ListTable.OffsetEntryCount);
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-rnglists.yaml243 OffsetEntryCount: 4
655 ## u) Test that when the "OffsetEntryCount" is specified to be 0 and "Offsets" is not specified,
680 - OffsetEntryCount: [[ENTRYCOUNT=<none>]]
690 ## v) Test that when the "Offsets" entry is specified to be empty and the "OffsetEntryCount" is not…
698 ## the "OffsetEntryCount" is specified to be 0.
H A Ddebug-loclists.yaml336 OffsetEntryCount: 4
825 ## w) Test that when the "OffsetEntryCount" is specified to be 0 and "Offsets" is not specified,
854 - OffsetEntryCount: [[OFFSETENTRIES=<none>]]
863 ## x) Test that when the "Offsets" entry is specified to be empty and the "OffsetEntryCount" is not…
871 ## the "OffsetEntryCount" is specified to be 0.
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFListTableTest.cpp76 TEST(DWARFListTableHeader, OffsetEntryCount) { in TEST() argument
H A DDWARFDieTest.cpp52 OffsetEntryCount: 0 in TEST()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A DDW_AT_range-DW_FORM_sec_offset.s34 …ute, but range extraction failed (invalid range list table index 0; OffsetEntryCount is 0, DW_AT_r…
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h231 std::optional<uint32_t> OffsetEntryCount;
228 std::optional<uint32_t> OffsetEntryCount; global() member
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp607 "invalid range list table index %u; OffsetEntryCount is %u, "