Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp233 addr_t raw_addr = in GetCallee() local
235 if (raw_addr == LLDB_INVALID_ADDRESS) { in GetCallee()
241 if (!exe_ctx.GetTargetPtr()->ResolveLoadAddress(raw_addr, callee_addr)) { in GetCallee()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1519 lldb::addr_t raw_addr, lldb::addr_t offset, in LookupAddressInModule() argument
1522 lldb::addr_t addr = raw_addr - offset; in LookupAddressInModule()