Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp93 GS.IsLoaded = true; in analyzeGlobalAux()
168 GS.IsLoaded = true; in analyzeGlobalAux()
181 GS.IsLoaded = true; in analyzeGlobalAux()
/src/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c1137 BOOLEAN IsLoaded = FALSE; in AcpiTbIsTableLoaded() local
1143 IsLoaded = (BOOLEAN) in AcpiTbIsTableLoaded()
1149 return (IsLoaded); in AcpiTbIsTableLoaded()
1169 BOOLEAN IsLoaded) in AcpiTbSetTableLoadedFlag() argument
1175 if (IsLoaded) in AcpiTbSetTableLoadedFlag()
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp324 if (IsLoaded()) in LoadImageUsingMemoryModule()
466 if (IsLoaded() && m_module_sp && IsKernel()) { in LoadImageUsingMemoryModule()
483 return IsLoaded(); in LoadImageUsingMemoryModule()
490 if (IsLoaded()) in LoadImageUsingFileAddress()
725 if (!m_kernel_image_info.IsLoaded() || !m_kernel_image_info.GetModule()) { in LoadKernelModules()
H A DDynamicLoaderFreeBSDKernel.h104 bool IsLoaded() const { return m_stop_id != UINT32_MAX; }; in IsLoaded() function
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h36 bool IsLoaded = false; member
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i519 ) lldb::SBTarget::IsLoaded;
/src/sys/contrib/dev/acpica/include/
H A Dactables.h220 BOOLEAN IsLoaded);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp343 bool IsLoaded = false; member
418 It->second.IsLoaded |= isa<LoadInst>(V); in collectSRATypes()
534 return Pair.second.IsLoaded && Pair.second.IsStored; in SRAGlobal()
1494 if (!GS.IsLoaded) { in processInternalGlobal()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h923 bool IsLoaded(const lldb::SBModule &module) const;
/src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2361 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded() function in SBTarget
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp60948 result = (bool)((lldb::SBTarget const *)arg1)->IsLoaded((lldb::SBModule const &)*arg2); in _wrap_SBTarget_IsLoaded()