Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h147 bool resolve_function_context = false);
410 bool resolve_function_context = false);
H A DSymbolFileDWARF.cpp1503 bool resolve_function_context) { in ResolveType() argument
1505 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2485 bool resolve_function_context) { in GetTypeForDIE() argument
2504 if (resolve_function_context && parent_die != nullptr && in GetTypeForDIE()