Searched refs:SegSelectorSize (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 643 Length = 4 + (AddrSize + TableEntry.SegSelectorSize) * in emitDebugAddr() 649 writeInteger((uint8_t)TableEntry.SegSelectorSize, OS, DI.IsLittleEndian); in emitDebugAddr() 652 if (TableEntry.SegSelectorSize != yaml::Hex8{0}) in emitDebugAddr() 654 TableEntry.SegSelectorSize, in emitDebugAddr() 973 writeInteger((uint8_t)Table.SegSelectorSize, OS, IsLittleEndian); in writeDWARFLists()
|
| H A D | DWARFYAML.cpp | 266 IO.mapOptional("SegmentSelectorSize", AddrTable.SegSelectorSize, 0); in mapping() 321 IO.mapOptional("SegmentSelectorSize", ListTable.SegSelectorSize, 0); in mapping()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 165 yaml::Hex8 SegSelectorSize; member 204 yaml::Hex8 SegSelectorSize; member
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 74 uint8_t SegSelectorSize; member
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 107 SegSelectorSize = 0; in clear() 131 << format(" seg_select_size: %u\n", SegSelectorSize); in dump() 390 SegSelectorSize = DebugLineData.getU8(Cursor); in parse()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 77 AddrTables.back().SegSelectorSize = AddrTable.getSegmentSelectorSize(); in dumpDebugAddr()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 322 Asm.emitInt8(Prologue->SegSelectorSize); in writePrologue()
|
| H A D | DWARFDebugLineTest.cpp | 159 EXPECT_EQ(Prologue.SegSelectorSize, 0u); in checkDefaultPrologue()
|