Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp112 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
114 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DAppleDWARFIndex.cpp90 bool must_be_implementation, in GetCompleteObjCClass() argument
94 class_name.GetStringRef(), offsets, must_be_implementation); in GetCompleteObjCClass()
H A DDWARFIndex.h39 bool must_be_implementation,
H A DDebugNamesDWARFIndex.cpp150 bool must_be_implementation, in GetCompleteObjCClass() argument
152 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, offsets); in GetCompleteObjCClass()
H A DSymbolFileDWARFDwo.h74 bool must_be_implementation) override;
H A DManualDWARFIndex.h32 void GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DAppleDWARFIndex.h41 void GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.h33 void GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DHashedNameToDIE.h146 bool must_be_implementation);
H A DSymbolFileDWARFDebugMap.cpp1120 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
1153 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE()
1168 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
1173 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DHashedNameToDIE.cpp602 llvm::StringRef name, DIEArray &die_offsets, bool must_be_implementation) { in FindCompleteObjCClassByName() argument
605 if (must_be_implementation && in FindCompleteObjCClassByName()
H A DSymbolFileDWARFDebugMap.h270 bool must_be_implementation);
H A DManualDWARFIndex.cpp386 bool must_be_implementation, in GetCompleteObjCClass() argument
H A DSymbolFileDWARF.h397 bool must_be_implementation);
H A DSymbolFileDWARF.cpp2775 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
2779 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE()
2783 m_index->GetCompleteObjCClass(type_name, must_be_implementation, die_offsets); in FindCompleteObjCDefinitionTypeForDIE()
2809 if (must_be_implementation && in FindCompleteObjCDefinitionTypeForDIE()