Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h95 std::vector<uint8_t> StandardOpcodeLengths; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp275 static const char StandardOpcodeLengths[] = { in Emit() local
453 ArrayRef<char> StandardOpcodeLengths, in Emit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h149 Optional<std::vector<uint8_t>> StandardOpcodeLengths; member