Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2625 bool try_resolving_type = false; in FindCompleteObjCDefinitionTypeForDIE() local
2633 try_resolving_type = true; in FindCompleteObjCDefinitionTypeForDIE()
2639 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()
2644 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()
2646 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()
2802 bool try_resolving_type = false; in FindDefinitionTypeForDWARFDeclContext() local
2810 try_resolving_type = true; in FindDefinitionTypeForDWARFDeclContext()
2819 try_resolving_type = (tag == DW_TAG_structure_type); in FindDefinitionTypeForDWARFDeclContext()
2824 try_resolving_type = (tag == DW_TAG_class_type); in FindDefinitionTypeForDWARFDeclContext()
2833 if (!try_resolving_type) { in FindDefinitionTypeForDWARFDeclContext()