Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp558 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in getStandardOpcodeLengths() local
584 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h92 std::vector<uint8_t> StandardOpcodeLengths; member
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp295 static const char StandardOpcodeLengths[] = { in Emit() local
483 ArrayRef<char> StandardOpcodeLengths, in Emit()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h149 Optional<std::vector<uint8_t>> StandardOpcodeLengths; member