Searched refs:must_be_implementation (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 134 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument 136 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
|
| H A D | AppleDWARFIndex.cpp | 187 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument 205 if (must_be_implementation) in GetCompleteObjCClass()
|
| H A D | SymbolFileDWARFDwo.h | 87 bool must_be_implementation) override;
|
| H A D | AppleDWARFIndex.h | 56 ConstString class_name, bool must_be_implementation,
|
| H A D | DWARFIndex.h | 50 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
|
| H A D | ManualDWARFIndex.h | 44 ConstString class_name, bool must_be_implementation,
|
| H A D | DebugNamesDWARFIndex.h | 42 ConstString class_name, bool must_be_implementation,
|
| H A D | DebugNamesDWARFIndex.cpp | 257 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument 292 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1177 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument 1210 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE() 1225 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() 1230 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
|
| H A D | SymbolFileDWARFDebugMap.h | 285 const DWARFDIE &die, ConstString type_name, bool must_be_implementation);
|
| H A D | SymbolFileDWARF.h | 362 const DWARFDIE &die, ConstString type_name, bool must_be_implementation);
|
| H A D | ManualDWARFIndex.cpp | 418 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
|
| H A D | SymbolFileDWARF.cpp | 3032 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument 3036 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE() 3040 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE() 3046 if (must_be_implementation && in FindCompleteObjCDefinitionTypeForDIE()
|