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.cpp671 Length = 4 + (AddrSize + TableEntry.SegSelectorSize) * in emitDebugAddr()
677 writeInteger((uint8_t)TableEntry.SegSelectorSize, OS, DI.IsLittleEndian); in emitDebugAddr()
680 if (TableEntry.SegSelectorSize != yaml::Hex8{0}) in emitDebugAddr()
682 TableEntry.SegSelectorSize, in emitDebugAddr()
1188 writeInteger((uint8_t)Table.SegSelectorSize, OS, IsLittleEndian); in writeDWARFLists()
H A DDWARFYAML.cpp309 IO.mapOptional("SegmentSelectorSize", AddrTable.SegSelectorSize, 0); in mapping()
364 IO.mapOptional("SegmentSelectorSize", ListTable.SegSelectorSize, 0); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h192 yaml::Hex8 SegSelectorSize; member
231 yaml::Hex8 SegSelectorSize; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h74 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()
410 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.cpp852 MS->emitInt8(P.SegSelectorSize); in emitLineTablePrologue()