HomeSort by: relevance | last modified time | path
    Searched defs:StandardOpcodeLengths (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 95 std::vector<uint8_t> StandardOpcodeLengths;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 149 Optional<std::vector<uint8_t>> StandardOpcodeLengths;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 275 static const char StandardOpcodeLengths[] = {
289 assert(array_lengthof(StandardOpcodeLengths) >=
293 makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1),
453 ArrayRef<char> StandardOpcodeLengths,
499 MCOS->emitInt8(StandardOpcodeLengths.size() + 1);
502 for (char Length : StandardOpcodeLengths)

Completed in 34 milliseconds