Searched refs:SegSelectorSize (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A 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 != yaml::Hex8{0}) in emitDebugAddr() 655 TableEntry.SegSelectorSize, in emitDebugAddr() 1162 writeInteger((uint8_t)Table.SegSelectorSize, OS, IsLittleEndian); in writeDWARFLists()
|
| H A D | DWARFYAML.cpp | 293 IO.mapOptional("SegmentSelectorSize", AddrTable.SegSelectorSize, 0); in mapping() 348 IO.mapOptional("SegmentSelectorSize", ListTable.SegSelectorSize, 0); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 188 yaml::Hex8 SegSelectorSize; member 227 yaml::Hex8 SegSelectorSize; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 73 uint8_t SegSelectorSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 107 SegSelectorSize = 0; in clear() 131 << format(" seg_select_size: %u\n", SegSelectorSize); in dump() 411 SegSelectorSize = DebugLineData.getU8(Cursor); in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 109 Section.emitIntVal(P.SegSelectorSize, 1); in emitLineTablePrologue()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 851 MS->emitInt8(P.SegSelectorSize); in emitLineTablePrologue()
|