Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h149 bool resolve_function_context = false);
440 bool resolve_function_context = false);
H A DSymbolFileDWARF.cpp1598 bool resolve_function_context) { in ResolveType() argument
1600 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2580 bool resolve_function_context) { in GetTypeForDIE() argument
2599 if (resolve_function_context && parent_die != nullptr && in GetTypeForDIE()