Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp115 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
117 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DAppleDWARFIndex.cpp98 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
105 must_be_implementation); in GetCompleteObjCClass()
H A DSymbolFileDWARFDwo.h61 bool must_be_implementation) override;
H A DManualDWARFIndex.h41 ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.cpp150 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
191 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass()
H A DDWARFIndex.h44 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DAppleDWARFIndex.h47 ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.h41 ConstString class_name, bool must_be_implementation,
H A DHashedNameToDIE.h157 bool must_be_implementation);
H A DHashedNameToDIE.cpp553 bool must_be_implementation) { in FindCompleteObjCClassByName() argument
556 if (must_be_implementation && in FindCompleteObjCClassByName()
H A DSymbolFileDWARFDebugMap.cpp1116 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
1149 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE()
1164 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
1169 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DSymbolFileDWARFDebugMap.h272 bool must_be_implementation);
H A DManualDWARFIndex.cpp374 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
H A DSymbolFileDWARF.h404 bool must_be_implementation);
H A DSymbolFileDWARF.cpp2616 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
2620 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE()
2624 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE()
2642 if (must_be_implementation && in FindCompleteObjCDefinitionTypeForDIE()