Searched defs:is_indirect_function (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp575 bool is_indirect_function = false; local
581 is_indirect_function = sym_ctx.symbol->IsIndirect();
588 func_addr = func_so_addr->GetCallableLoadAddress (target, is_indirect_function);
1770 bool is_indirect_function = false; local
1828 is_indirect_function = symbol->IsIndirect();
1839 lldb::addr_t load_addr = fun_address->GetCallableLoadAddress(target, is_indirect_function);

Completed in 98 milliseconds