Home
last modified time | relevance | path

Searched refs:DebugLines (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp351 DWARFYAML::LineTable DebugLines; in dumpDebugLines() local
357 DebugLines.Format = dwarf::DWARF64; in dumpDebugLines()
358 DebugLines.Length = LineData.getU64(&Offset); in dumpDebugLines()
360 DebugLines.Format = dwarf::DWARF32; in dumpDebugLines()
361 DebugLines.Length = LengthOrDWARF64Prefix; in dumpDebugLines()
363 assert(DebugLines.Length); in dumpDebugLines()
364 uint64_t LineTableLength = *DebugLines.Length; in dumpDebugLines()
366 DebugLines.Format == dwarf::DWARF64 ? 8 : 4; in dumpDebugLines()
367 DebugLines.Version = LineData.getU16(&Offset); in dumpDebugLines()
368 DebugLines.PrologueLength = in dumpDebugLines()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp33 if (!DebugLines.empty()) in getNonEmptySectionNames()
105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
DDWARFEmitter.cpp571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp40 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
DDWARFEmitter.cpp213 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h156 std::vector<LineTable> DebugLines; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h227 std::vector<LineTable> DebugLines; member