Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp93 GS.IsLoaded = true; in analyzeGlobalAux()
167 GS.IsLoaded = true; in analyzeGlobalAux()
180 GS.IsLoaded = true; in analyzeGlobalAux()
/freebsd/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()
/freebsd/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()
482 return IsLoaded(); in LoadImageUsingMemoryModule()
489 if (IsLoaded()) in LoadImageUsingFileAddress()
724 if (!m_kernel_image_info.IsLoaded() || !m_kernel_image_info.GetModule()) { in LoadKernelModules()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h36 bool IsLoaded = false; member
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i519 ) lldb::SBTarget::IsLoaded;
/freebsd/sys/contrib/dev/acpica/include/
H A Dactables.h220 BOOLEAN IsLoaded);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp349 bool IsLoaded = false; member
424 It->second.IsLoaded |= isa<LoadInst>(V); in collectSRATypes()
540 return Pair.second.IsLoaded && Pair.second.IsStored; in SRAGlobal()
1514 if (!GS.IsLoaded) { in processInternalGlobal()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h940 bool IsLoaded(const lldb::SBModule &module) const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2326 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded() function in SBTarget
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp62147 result = (bool)((lldb::SBTarget const *)arg1)->IsLoaded((lldb::SBModule const &)*arg2); in _wrap_SBTarget_IsLoaded()