Searched refs:DIE_IS_BEING_PARSED (Results 1 – 1 of 1) sorted by relevance
78 #define DIE_IS_BEING_PARSED ((lldb_private::Type*)1) macro1082 assert(func_type == NULL || func_type != DIE_IS_BEING_PARSED); in ParseCompileUnitFunction()2657 if (type != DIE_IS_BEING_PARSED) in ResolveType()4498 else if (type_ptr != DIE_IS_BEING_PARSED) in GetTypeForDIE()4840 if (resolved_type && resolved_type != DIE_IS_BEING_PARSED) in FindCompleteObjCDefinitionTypeForDIE()5116 if (resolved_type && resolved_type != DIE_IS_BEING_PARSED) in FindDefinitionTypeForDIE()5285 if (resolved_type && resolved_type != DIE_IS_BEING_PARSED) in FindDefinitionTypeForDWARFDeclContext()5691 m_die_to_type[die] = DIE_IS_BEING_PARSED; in ParseType()5875 m_die_to_type[die] = DIE_IS_BEING_PARSED; in ParseType()6254 m_die_to_type[die] = DIE_IS_BEING_PARSED; in ParseType()[all …]