Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2832 bool try_resolving_type = false; in FindCompleteObjCDefinitionTypeForDIE() local
2840 try_resolving_type = true; in FindCompleteObjCDefinitionTypeForDIE()
2846 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()
2851 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()
2853 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()
3012 bool try_resolving_type = false; in FindDefinitionTypeForDWARFDeclContext() local
3020 try_resolving_type = true; in FindDefinitionTypeForDWARFDeclContext()
3029 try_resolving_type = (tag == DW_TAG_structure_type); in FindDefinitionTypeForDWARFDeclContext()
3034 try_resolving_type = (tag == DW_TAG_class_type); in FindDefinitionTypeForDWARFDeclContext()
3043 if (!try_resolving_type) { in FindDefinitionTypeForDWARFDeclContext()