Searched refs:must_be_implementation (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 115 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument 117 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
|
| H A D | AppleDWARFIndex.cpp | 102 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument 109 must_be_implementation); in GetCompleteObjCClass()
|
| H A D | SymbolFileDWARFDwo.h | 61 bool must_be_implementation) override;
|
| H A D | DebugNamesDWARFIndex.cpp | 156 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument 197 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass()
|
| H A D | DWARFIndex.h | 47 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
|
| H A D | AppleDWARFIndex.h | 47 ConstString class_name, bool must_be_implementation,
|
| H A D | DebugNamesDWARFIndex.h | 41 ConstString class_name, bool must_be_implementation,
|
| H A D | ManualDWARFIndex.h | 41 ConstString class_name, bool must_be_implementation,
|
| H A D | HashedNameToDIE.h | 157 bool must_be_implementation);
|
| H A D | HashedNameToDIE.cpp | 555 bool must_be_implementation) { in FindCompleteObjCClassByName() argument 558 if (must_be_implementation && in FindCompleteObjCClassByName()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1108 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument 1141 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE() 1156 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() 1161 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
|
| H A D | SymbolFileDWARFDebugMap.h | 273 bool must_be_implementation);
|
| H A D | SymbolFileDWARF.h | 434 bool must_be_implementation);
|
| H A D | ManualDWARFIndex.cpp | 385 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
|
| H A D | SymbolFileDWARF.cpp | 2711 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument 2715 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE() 2719 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE() 2737 if (must_be_implementation && in FindCompleteObjCDefinitionTypeForDIE()
|