Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp93 GS.IsLoaded = true; in analyzeGlobalAux()
168 GS.IsLoaded = true; in analyzeGlobalAux()
177 GS.IsLoaded = true; in analyzeGlobalAux()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h36 bool IsLoaded = false; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp562 if (IsLoaded()) in LoadImageAtFileAddress()
716 if (IsLoaded()) in LoadImageUsingMemoryModule()
891 bool is_loaded = IsLoaded(); in LoadImageUsingMemoryModule()
1012 if (m_kernel.IsLoaded() && m_kernel.GetModule()) { in LoadKernelModuleIfNeeded()
H A DDynamicLoaderDarwinKernel.h142 bool IsLoaded() { return m_load_process_stop_id != UINT32_MAX; } in IsLoaded() function
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i953 ") IsLoaded;
955 IsLoaded (const lldb::SBModule &module) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h844 bool IsLoaded(const lldb::SBModule &module) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1535 if (!GS.IsLoaded) { in processInternalGlobal()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2256 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded() function in SBTarget