Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp644 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 DDWARFYAML.cpp293 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 DDWARFYAML.h188 yaml::Hex8 SegSelectorSize; member
227 yaml::Hex8 SegSelectorSize; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h73 uint8_t SegSelectorSize; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp107 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 DDebugLineSectionEmitter.h109 Section.emitIntVal(P.SegSelectorSize, 1); in emitLineTablePrologue()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp851 MS->emitInt8(P.SegSelectorSize); in emitLineTablePrologue()