Lines Matching refs:func_low_pc
3150 const lldb::addr_t func_low_pc) { in ParseVariableDIE() argument
3152 return die.GetDWARF()->ParseVariableDIE(sc, die, func_low_pc); in ParseVariableDIE()
3256 location_list.SetFuncFileAddress(func_low_pc); in ParseVariableDIE()
3666 const lldb::addr_t func_low_pc) { in ParseVariablesInFunctionContext() argument
3674 return ParseVariablesInFunctionContextRecursive(sc, die, func_low_pc, in ParseVariablesInFunctionContext()
3684 lldb::addr_t func_low_pc, DIEArray &accumulator) { in ParseVariablesInFunctionContextRecursive() argument
3727 sc, child, func_low_pc, block_variables); in ParseVariablesInFunctionContextRecursive()
3732 block_variables, func_low_pc); in ParseVariablesInFunctionContextRecursive()
3741 sc, child, func_low_pc, accumulator); in ParseVariablesInFunctionContextRecursive()
3751 llvm::ArrayRef<DIERef> variable_dies, lldb::addr_t func_low_pc) { in PopulateBlockVariableList() argument
3754 if (VariableSP var_sp = ParseVariableDIE(sc, GetDIE(die), func_low_pc)) { in PopulateBlockVariableList()