Home
last modified time | relevance | path

Searched refs:LineDWOSection (Results 1 – 4 of 4) 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1453 DWARFSectionMap LineDWOSection; member in __anonb929a5320d11::DWARFObjInMemory
1483 .Case("debug_line.dwo", &LineDWOSection) in mapNameToDWARFSection()
1793 return LineDWOSection; in getLineDWOSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1518 DWARFSectionMap LineDWOSection; member in __anon7fa3c61e0f11::DWARFObjInMemory
1549 .Case("debug_line.dwo", &LineDWOSection) in mapNameToDWARFSection()
1855 return LineDWOSection; in getLineDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp710 .Case("debug_line.dwo", &LineDWOSection.Data) in DWARFContextInMemory()