Searched refs:func_low_pc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_func.c49 *low_pc = f->func_low_pc;
146 func->func_low_pc =
H A D_libdwarf.h173 Dwarf_Addr func_low_pc; member in struct:_Dwarf_Func
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h328 const lldb::addr_t func_low_pc);
333 const lldb::addr_t func_low_pc,
H A DSymbolFileDWARF.cpp7249 const lldb::addr_t func_low_pc
7358 assert (func_low_pc != LLDB_INVALID_ADDRESS);
7359 location.SetLocationListSlide (func_low_pc - dwarf_cu->GetBaseAddress());
7630 const lldb::addr_t func_low_pc,
7732 VariableSP var_sp (ParseVariableDIE(sc, dwarf_cu, die, func_low_pc));
7748 vars_added += ParseVariables(sc, dwarf_cu, func_low_pc, die->GetFirstChild(), true, true, cc_variable_list);
7626 ParseVariables( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const lldb::addr_t func_low_pc, const DWARFDebugInfoEntry *orig_die, bool parse_siblings, bool parse_children, VariableList* cc_variable_list ) argument

Completed in 79 milliseconds