Searched refs:OpcodeBase (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 517 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode() argument 522 } else if (Op.Opcode < OpcodeBase) { in writeLineTableOpcode() 556 getStandardOpcodeLengths(uint16_t Version, std::optional<uint8_t> OpcodeBase) { in getStandardOpcodeLengths() argument 564 } else if (OpcodeBase) { in getStandardOpcodeLengths() 565 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in getStandardOpcodeLengths() 587 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine() 588 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine() local 589 ? *LineTable.OpcodeBase in emitDebugLine() 591 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian); in emitDebugLine() 609 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()
|
| H A D | DWARFYAML.cpp | 245 IO.mapOptional("OpcodeBase", LineTable.OpcodeBase); in mapping()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 109 OpcodeBase = 0; in clear() 139 << format(" opcode_base: %u\n", OpcodeBase); in dump() 408 OpcodeBase = DebugLineData.getU8(Cursor); in parse() 410 if (Cursor && OpcodeBase == 0) { in parse() 420 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 421 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse() 611 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() argument 613 if (Opcode < OpcodeBase) in getOpcodeName() 689 Opcode >= LineTable->Prologue.OpcodeBase); in advanceForOpcode() 692 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceForOpcode() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 283 Section.emitIntVal(P.OpcodeBase, 1); in emitLineTableProloguePayload() 299 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in emitLineTableRows()
|
| H A D | DWARFLinkerTypeUnit.cpp | 35 LineTable.Prologue.OpcodeBase = 13; in TypeUnit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 88 uint8_t OpcodeBase; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 149 std::optional<uint8_t> OpcodeBase; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1022 MS->emitInt8(P.OpcodeBase); in emitLineTableProloguePayload() 1044 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in emitLineTableRows()
|