Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp33 if (!DebugLines.empty()) in getNonEmptySectionNames()
105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h227 std::vector<LineTable> DebugLines; member