Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h313 static lldb::addr_t GetLoadAddress(lldb::addr_t unresolved_pc,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp132 lldb::addr_t CallEdge::GetLoadAddress(lldb::addr_t unresolved_pc, in GetLoadAddress() argument
150 Address the_addr = Address(unresolved_pc, section_list); in GetLoadAddress()