Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h147 bool resolve_function_context = false);
452 bool resolve_function_context = false);
H A DSymbolFileDWARF.cpp1684 bool resolve_function_context) { in ResolveType() argument
1686 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2901 bool resolve_function_context) { in GetTypeForDIE() argument
2920 if (resolve_function_context && parent_die != nullptr && in GetTypeForDIE()