Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h378 const lldb::addr_t func_low_pc);
382 const lldb::addr_t func_low_pc, bool parse_siblings,
H A DSymbolFileDWARF.cpp3039 const lldb::addr_t func_low_pc) { in ParseVariableDIE() argument
3041 return die.GetDWARF()->ParseVariableDIE(sc, die, func_low_pc); in ParseVariableDIE()
3151 assert(func_low_pc != LLDB_INVALID_ADDRESS); in ParseVariableDIE()
3153 location_form.GetUnit()->GetBaseAddress(), func_low_pc); in ParseVariableDIE()
3434 const lldb::addr_t func_low_pc, in ParseVariables() argument
3520 VariableSP var_sp(ParseVariableDIE(sc, die, func_low_pc)); in ParseVariables()
3534 vars_added += ParseVariables(sc, die.GetFirstChild(), func_low_pc, true, in ParseVariables()