Searched refs:StandardOpcodeLengths (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 559 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in getStandardOpcodeLengths() local 563 StandardOpcodeLengths.resize(9); in getStandardOpcodeLengths() 565 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in getStandardOpcodeLengths() 567 return StandardOpcodeLengths; in getStandardOpcodeLengths() 585 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine() local 586 LineTable.StandardOpcodeLengths.value_or( in emitDebugLine() 590 : StandardOpcodeLengths.size() + 1; in emitDebugLine() 592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine()
|
| H A D | DWARFYAML.cpp | 246 IO.mapOptional("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 112 StandardOpcodeLengths.clear(); in clear() 141 for (uint32_t I = 0; I != StandardOpcodeLengths.size(); ++I) in dump() 144 StandardOpcodeLengths[I]); in dump() 420 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 423 StandardOpcodeLengths.push_back(OpLen); in parse() 1186 assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse() 1189 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 298 static const char StandardOpcodeLengths[] = { in Emit() local 312 assert(std::size(StandardOpcodeLengths) >= in Emit() 315 ArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in Emit() 489 ArrayRef<char> StandardOpcodeLengths, in Emit() argument 535 MCOS->emitInt8(StandardOpcodeLengths.size() + 1); in Emit() 538 for (char Length : StandardOpcodeLengths) in Emit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 91 std::vector<uint8_t> StandardOpcodeLengths; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 36 LineTable.Prologue.StandardOpcodeLengths = {0, 1, 1, 1, 1, 0, in TypeUnit()
|
| H A D | DebugLineSectionEmitter.h | 286 for (auto Length : P.StandardOpcodeLengths) in emitLineTableProloguePayload()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 150 std::optional<std::vector<uint8_t>> StandardOpcodeLengths; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1026 for (auto Length : P.StandardOpcodeLengths) { in emitLineTableProloguePayload()
|