Home
last modified time | relevance | path

Searched refs:GarbageCollectAllocatedModules (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h295 static void GarbageCollectAllocatedModules();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i363 ") GarbageCollectAllocatedModules;
365 GarbageCollectAllocatedModules();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp692 void SBModule::GarbageCollectAllocatedModules() { in GarbageCollectAllocatedModules() function in SBModule
694 GarbageCollectAllocatedModules); in GarbageCollectAllocatedModules()
769 LLDB_REGISTER_STATIC_METHOD(void, SBModule, GarbageCollectAllocatedModules, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35596 lldb::SBModule::GarbageCollectAllocatedModules(); in _wrap_SBModule_GarbageCollectAllocatedModules()