Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h404 lldb::VariableSP ParseVariableDIECached(const SymbolContext &sc,
H A DSymbolFileDWARF.cpp3353 VariableSP var_sp(ParseVariableDIECached(sc, die)); in ParseVariablesForContext()
3367 VariableSP SymbolFileDWARF::ParseVariableDIECached(const SymbolContext &sc, in ParseVariableDIECached() function in SymbolFileDWARF
3830 var_sp = ParseVariableDIECached(sc, die); in ParseAndAppendGlobalVariable()