Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h143 bool resolve_function_context = false);
403 bool resolve_function_context = false);
H A DSymbolFileDWARF.cpp1532 bool resolve_function_context) { in ResolveType() argument
1534 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2645 bool resolve_function_context) { in GetTypeForDIE() argument
2660 if (resolve_function_context && parent_die != nullptr && in GetTypeForDIE()