Home
last modified time | relevance | path

Searched refs:RemoveModule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go150 func (ee ExecutionEngine) RemoveModule(m Module) { func
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py394 self.target.RemoveModule(modules[0])
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h300 bool RemoveModule(lldb::SBModule module);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i369 RemoveModule (lldb::SBModule module);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1657 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule() function in SBTarget