Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2793 bool try_resolving_type = false; in FindCompleteObjCDefinitionTypeForDIE() local
2801 try_resolving_type = true; in FindCompleteObjCDefinitionTypeForDIE()
2808 if (try_resolving_type) { in FindCompleteObjCDefinitionTypeForDIE()
2811 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()
2814 if (try_resolving_type) { in FindCompleteObjCDefinitionTypeForDIE()
2975 bool try_resolving_type = false; in FindDefinitionTypeForDWARFDeclContext() local
2983 try_resolving_type = true; in FindDefinitionTypeForDWARFDeclContext()
2992 try_resolving_type = (tag == DW_TAG_structure_type); in FindDefinitionTypeForDWARFDeclContext()
2997 try_resolving_type = (tag == DW_TAG_class_type); in FindDefinitionTypeForDWARFDeclContext()
3006 if (try_resolving_type) { in FindDefinitionTypeForDWARFDeclContext()