Searched defs:resolved_type (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | SymbolFileOnDemand.cpp | 192 Type *resolved_type = m_sym_file_impl->ResolveTypeUID(type_uid); in ResolveTypeUID() local |
H A D | Type.cpp | 262 if (resolved_type) in GetType() local |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ | ||
H A D | SymbolFileDWARF.cpp | 2990 Type *resolved_type = ResolveType(type_die, false, true); FindCompleteObjCDefinitionTypeForDIE() local |