Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h409 lldb::VariableSP ParseVariableDIECached(const lldb_private::SymbolContext &sc,
H A DSymbolFileDWARF.cpp3248 VariableSP var_sp(ParseVariableDIECached(sc, die)); in ParseVariablesForContext()
3262 VariableSP SymbolFileDWARF::ParseVariableDIECached(const SymbolContext &sc, in ParseVariableDIECached() function in SymbolFileDWARF
3714 var_sp = ParseVariableDIECached(sc, die); in ParseAndAppendGlobalVariable()