Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp88 GS.IsLoaded = true; in analyzeGlobalAux()
161 GS.IsLoaded = true; in analyzeGlobalAux()
170 GS.IsLoaded = true; in analyzeGlobalAux()
/freebsd-13.1/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c1102 BOOLEAN IsLoaded = FALSE; in AcpiTbIsTableLoaded() local
1108 IsLoaded = (BOOLEAN) in AcpiTbIsTableLoaded()
1114 return (IsLoaded); in AcpiTbIsTableLoaded()
1134 BOOLEAN IsLoaded) in AcpiTbSetTableLoadedFlag() argument
1140 if (IsLoaded) in AcpiTbSetTableLoadedFlag()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h35 bool IsLoaded = false; member
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactables.h219 BOOLEAN IsLoaded);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i947 ") IsLoaded;
949 IsLoaded (const lldb::SBModule &module) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h837 bool IsLoaded(const lldb::SBModule &module) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2413 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded() function in SBTarget
2414 LLDB_RECORD_METHOD_CONST(bool, SBTarget, IsLoaded, (const lldb::SBModule &), in IsLoaded()
2728 LLDB_REGISTER_METHOD_CONST(bool, SBTarget, IsLoaded, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1503 if (!GS.IsLoaded) { in processInternalGlobal()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52728 result = (bool)((lldb::SBTarget const *)arg1)->IsLoaded((lldb::SBModule const &)*arg2); in _wrap_SBTarget_IsLoaded()