Home
last modified time | relevance | path

Searched refs:SegSelectorSize (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp643 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 DDWARFYAML.cpp266 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 DDWARFYAML.h165 yaml::Hex8 SegSelectorSize; member
204 yaml::Hex8 SegSelectorSize; member
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h74 uint8_t SegSelectorSize; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp107 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 Ddwarf2yaml.cpp77 AddrTables.back().SegSelectorSize = AddrTable.getSegmentSelectorSize(); in dumpDebugAddr()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp322 Asm.emitInt8(Prologue->SegSelectorSize); in writePrologue()
H A DDWARFDebugLineTest.cpp159 EXPECT_EQ(Prologue.SegSelectorSize, 0u); in checkDefaultPrologue()