Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h36 bool IsLoaded = false; member
/freebsd-src/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c1137 BOOLEAN IsLoaded = FALSE; in AcpiTbIsTableLoaded() local
1169 BOOLEAN IsLoaded) in AcpiTbSetTableLoadedFlag() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h104 bool IsLoaded() const { return m_stop_id != UINT32_MAX; }; in IsLoaded() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp333 bool IsLoaded = false; global() member
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2320 bool SBTarget::IsLoaded(const SBModule &module) const { IsLoaded() function in SBTarget