Home
last modified time | relevance | path

Searched refs:DIE_IS_BEING_PARSED (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp464 if (type_ptr == DIE_IS_BEING_PARSED) in ParseTypeFromDWARF()
469 dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED; in ParseTypeFromDWARF()
1035 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) { in ParseSubroutine()
1195 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) { in ParseSubroutine()
2321 assert(func_type == nullptr || func_type != DIE_IS_BEING_PARSED); in ParseFunctionFromDWARF()
DSymbolFileDWARF.h56 #define DIE_IS_BEING_PARSED ((lldb_private::Type *)1) macro
DSymbolFileDWARF.cpp1499 if (type != DIE_IS_BEING_PARSED) in ResolveType()
2566 } else if (type_ptr != DIE_IS_BEING_PARSED) { in GetTypeForDIE()
2707 if (!resolved_type || resolved_type == DIE_IS_BEING_PARSED) in FindCompleteObjCDefinitionTypeForDIE()
2924 if (!resolved_type || resolved_type == DIE_IS_BEING_PARSED) in FindDefinitionTypeForDWARFDeclContext()