Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp177 GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop()
H A DAppleObjCTrampolineHandler.cpp460 if (process_sp->GetObjCLanguageRuntime()->IsModuleObjCLibrary( in InitializeVTableSymbols()
1039 thread.GetProcess()->GetObjCLanguageRuntime(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp575 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in DoExecute()
677 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp94 m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
H A DThread.cpp2216 if (auto runtime = GetProcess()->GetObjCLanguageRuntime()) in GetCurrentException()
2230 auto runtime = GetProcess()->GetObjCLanguageRuntime(); in GetCurrentExceptionBacktrace()
H A DProcess.cpp1765 ObjCLanguageRuntime *Process::GetObjCLanguageRuntime(bool retry_if_null) { in GetObjCLanguageRuntime() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp490 process_sp->GetObjCLanguageRuntime()); in NSNumberSummaryProvider()
872 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(process_sp->GetObjCLanguageRuntime()); in NSDateSummaryProvider()
1063 (AppleObjCRuntime *)process_sp->GetObjCLanguageRuntime()) { in ObjCBooleanSummaryProvider()
H A DObjCLanguage.cpp901 ObjCLanguageRuntime *runtime = process_sp->GetObjCLanguageRuntime(); in GetPossibleFormattersMatches()
946 auto objc_runtime = process->GetObjCLanguageRuntime(create_on_demand); in GetTypeScavenger()
H A DNSArray.cpp808 process_sp->GetObjCLanguageRuntime()); in NSArraySyntheticFrontEndCreator()
H A DNSDictionary.cpp458 llvm::dyn_cast_or_null<AppleObjCRuntime>(process_sp->GetObjCLanguageRuntime()); in NSDictionarySyntheticFrontEndCreator()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp95 ObjCLanguageRuntime *language_runtime(process->GetObjCLanguageRuntime()); in InstallASTContext()
482 ObjCLanguageRuntime *language_runtime(process->GetObjCLanguageRuntime()); in GetCompleteObjCInterface()
949 process->GetObjCLanguageRuntime()); in FindExternalVisibleDecls()
1400 ObjCLanguageRuntime *language_runtime(process->GetObjCLanguageRuntime()); in FindObjCMethodDecls()
1592 ObjCLanguageRuntime *language_runtime(process->GetObjCLanguageRuntime()); in FindObjCPropertyAndIvarDecls()
H A DClangExpressionParser.cpp433 if (process_sp->GetObjCLanguageRuntime()) { in ClangExpressionParser()
434 if (process_sp->GetObjCLanguageRuntime()->GetRuntimeVersion() == in ClangExpressionParser()
442 if (process_sp->GetObjCLanguageRuntime()->HasNewLiteralsAndIndexing()) in ClangExpressionParser()
H A DClangExpressionDeclMap.cpp695 ObjCLanguageRuntime *runtime = process->GetObjCLanguageRuntime(); in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp65 process->GetObjCLanguageRuntime(); in Install()
H A DIRExecutionUnit.cpp912 ObjCLanguageRuntime *runtime = process_sp->GetObjCLanguageRuntime(); in FindInRuntimes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1809 process_sp->GetObjCLanguageRuntime(); in FindFirstType()
1873 process_sp->GetObjCLanguageRuntime(); in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp310 process_sp->GetObjCLanguageRuntime()); in MaybeCalculateCompleteType()
1711 runtime = process->GetObjCLanguageRuntime(); in IsRuntimeSupportValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2534 GetObjCLanguageRuntime(bool retry_if_null = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5033 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetBitSize()
6832 process->GetObjCLanguageRuntime(); in GetChildCompilerTypeAtIndex()