Home
last modified time | relevance | path

Searched defs:IsLoaded (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h36 bool IsLoaded = false; member
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h104 bool IsLoaded() const { return m_stop_id != UINT32_MAX; }; in IsLoaded() function
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h142 bool IsLoaded() { return m_load_process_stop_id != UINT32_MAX; } IsLoaded() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp343 bool IsLoaded = false; global() member
/llvm-project/lldb/source/API/
H A DSBTarget.cpp2361 bool SBTarget::IsLoaded(const SBModule &module) const { IsLoaded() function in SBTarget