Searched refs:SegSelectorSize (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 644 Length = 4 + (AddrSize + TableEntry.SegSelectorSize) * in emitDebugAddr() 650 writeInteger((uint8_t)TableEntry.SegSelectorSize, OS, DI.IsLittleEndian); in emitDebugAddr() 653 if (TableEntry.SegSelectorSize != 0) in emitDebugAddr() 655 TableEntry.SegSelectorSize, in emitDebugAddr() 974 writeInteger((uint8_t)Table.SegSelectorSize, OS, IsLittleEndian); in writeDWARFLists()
|
D | DWARFYAML.cpp | 266 IO.mapOptional("SegmentSelectorSize", AddrTable.SegSelectorSize, 0); in mapping() 321 IO.mapOptional("SegmentSelectorSize", ListTable.SegSelectorSize, 0); in mapping()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 165 yaml::Hex8 SegSelectorSize; member 204 yaml::Hex8 SegSelectorSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 77 uint8_t SegSelectorSize; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 77 uint8_t SegSelectorSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 90 SegSelectorSize = 0; in clear() 107 << format(" seg_select_size: %u\n", SegSelectorSize); in dump() 329 SegSelectorSize = DebugLineData.getU8(OffsetPtr); in parse()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
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()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 76 AddrTables.back().SegSelectorSize = AddrTable.getSegmentSelectorSize(); in dumpDebugAddr()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 322 Asm.emitInt8(Prologue->SegSelectorSize); in writePrologue()
|
D | DWARFDebugLineTest.cpp | 155 EXPECT_EQ(Prologue.SegSelectorSize, 0u); in checkDefaultPrologue()
|