Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2713 std::pair<llvm::StringRef, llvm::StringRef> class_and_ivar = in LookupRuntimeSymbol() local
2716 if (!class_and_ivar.first.empty() && !class_and_ivar.second.empty()) { in LookupRuntimeSymbol()
2717 const ConstString class_name_cs(class_and_ivar.first); in LookupRuntimeSymbol()
2722 const ConstString ivar_name_cs(class_and_ivar.second); in LookupRuntimeSymbol()