Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h517 bool IsLoadedInTarget(Target *target);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp396 module_sp->IsLoadedInTarget(&target)) { in GetObjCVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp370 existing_module_sp->IsLoadedInTarget(&target)) { in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1406 bool Module::IsLoadedInTarget(Target *target) { in IsLoadedInTarget() function in Module
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2372 return module_sp->IsLoadedInTarget(target_sp.get()); in IsLoaded()