Home
last modified time | relevance | path

Searched defs:StandardOpcodeLengths (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp559 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in getStandardOpcodeLengths() local
585 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h91 std::vector<uint8_t> StandardOpcodeLengths; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp299 static const char StandardOpcodeLengths[] = { in Emit() local
495 ArrayRef<char> StandardOpcodeLengths, in Emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h172 std::optional<std::vector<uint8_t>> StandardOpcodeLengths; member