Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3516 ObjectFile *debug_map_objfile = debug_map_symfile->GetObjectFile(); in ParseVariableDIE() local
3517 if (debug_map_objfile) { in ParseVariableDIE()
3518 Symtab *debug_map_symtab = debug_map_objfile->GetSymtab(); in ParseVariableDIE()