Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp129 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
131 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DSymbolFileDWARFDwo.h76 bool must_be_implementation) override;
H A DAppleDWARFIndex.cpp187 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
205 if (must_be_implementation) in GetCompleteObjCClass()
H A DDebugNamesDWARFIndex.h43 ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.cpp177 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
218 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass()
H A DManualDWARFIndex.h42 ConstString class_name, bool must_be_implementation,
H A DDWARFIndex.h50 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DAppleDWARFIndex.h56 ConstString class_name, bool must_be_implementation,
H A DSymbolFileDWARFDebugMap.cpp1169 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
1202 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE()
1217 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
1222 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DSymbolFileDWARFDebugMap.h283 const DWARFDIE &die, ConstString type_name, bool must_be_implementation);
H A DSymbolFileDWARF.h355 const DWARFDIE &die, ConstString type_name, bool must_be_implementation);
H A DManualDWARFIndex.cpp415 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
H A DSymbolFileDWARF.cpp2968 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
2972 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE()
2976 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE()
2982 if (must_be_implementation && in FindCompleteObjCDefinitionTypeForDIE()