Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp128 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
130 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DAppleDWARFIndex.cpp102 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
109 must_be_implementation); in GetCompleteObjCClass()
H A DSymbolFileDWARFDwo.h72 bool must_be_implementation) override;
H A DDebugNamesDWARFIndex.cpp157 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
198 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass()
H A DDWARFIndex.h48 GetCompleteObjCClass(ConstString class_name, bool must_be_implementation,
H A DAppleDWARFIndex.h47 ConstString class_name, bool must_be_implementation,
H A DDebugNamesDWARFIndex.h42 ConstString class_name, bool must_be_implementation,
H A DManualDWARFIndex.h41 ConstString class_name, bool must_be_implementation,
H A DHashedNameToDIE.h157 bool must_be_implementation);
H A DHashedNameToDIE.cpp555 bool must_be_implementation) { in FindCompleteObjCClassByName() argument
558 if (must_be_implementation && in FindCompleteObjCClassByName()
H A DSymbolFileDWARFDebugMap.cpp1160 bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
1193 die, type_name, must_be_implementation)); in FindCompleteObjCDefinitionTypeForDIE()
1208 if (!must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
1213 die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
H A DSymbolFileDWARFDebugMap.h292 bool must_be_implementation);
H A DSymbolFileDWARF.h452 bool must_be_implementation);
H A DManualDWARFIndex.cpp403 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass() argument
H A DSymbolFileDWARF.cpp2823 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE() argument
2827 if (!type_name || (must_be_implementation && !GetObjCClassSymbol(type_name))) in FindCompleteObjCDefinitionTypeForDIE()
2831 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE()
2849 if (must_be_implementation && in FindCompleteObjCDefinitionTypeForDIE()