Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp135 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
137 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DAppleDWARFIndex.cpp187 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
205 if (must_be_implementation) in GetCompleteObjCClass()
H A DSymbolFileDWARFDwo.h87 bool must_be_implementation) override;
H A DManualDWARFIndex.h45 ConstString class_name, bool must_be_implementation,
H A DAppleDWARFIndex.h56 ConstString class_name, bool must_be_implementation,
H A DDWARFIndex.h50 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.h42 ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.cpp257 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
287 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass()
H A DSymbolFileDWARFDebugMap.cpp1180 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
1213 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE()
1228 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
1234 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DSymbolFileDWARFDebugMap.h276 const DWARFDIE &die, ConstString type_name, bool must_be_implementation);
H A DSymbolFileDWARF.h362 const DWARFDIE &die, ConstString type_name, bool must_be_implementation);
H A DManualDWARFIndex.cpp443 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
H A DSymbolFileDWARF.cpp2921 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
2925 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE()
2929 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE()
2935 if (must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()