Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h264 DWARFSection LineDWOSection; variable
310 const DWARFSection &getLineDWOSection() override { return LineDWOSection; } in getLineDWOSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1229 DWARFSectionMap LineDWOSection; member in __anon81815f480c11::DWARFObjInMemory
1251 .Case("debug_line.dwo", &LineDWOSection) in mapNameToDWARFSection()
1502 return LineDWOSection; in getLineDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp710 .Case("debug_line.dwo", &LineDWOSection.Data) in DWARFContextInMemory()