Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp600 lldb::addr_t intern_callable_load_addr = LLDB_INVALID_ADDRESS; in GetFunctionAddress() local
624 if (intern_callable_load_addr == LLDB_INVALID_ADDRESS) in GetFunctionAddress()
625 intern_callable_load_addr = sym_ctx.symbol->ResolveCallableAddress(*target); in GetFunctionAddress()
637 if (intern_callable_load_addr != LLDB_INVALID_ADDRESS) in GetFunctionAddress()
639 func_addr = intern_callable_load_addr; in GetFunctionAddress()