Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h147 bool resolve_function_context = false);
409 bool resolve_function_context = false);
DSymbolFileDWARF.cpp1494 bool resolve_function_context) { in ResolveType() argument
1496 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2542 bool resolve_function_context) { in GetTypeForDIE() argument
2561 if (resolve_function_context && parent_die != nullptr && in GetTypeForDIE()