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

  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 351 DWARFYAML::LineTable DebugLines;
357 DebugLines.Format = dwarf::DWARF64;
358 DebugLines.Length = LineData.getU64(&Offset);
360 DebugLines.Format = dwarf::DWARF32;
361 DebugLines.Length = LengthOrDWARF64Prefix;
363 assert(DebugLines.Length);
364 uint64_t LineTableLength = *DebugLines.Length;
366 DebugLines.Format == dwarf::DWARF64 ? 8 : 4;
367 DebugLines.Version = LineData.getU16(&Offset);
368 DebugLines.PrologueLength
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 227 std::vector<LineTable> DebugLines;

Completed in 20 milliseconds