Searched refs:Terminate (Results 1 - 25 of 248) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABIPowerPC.cpp21 void ABIPowerPC::Terminate() { function in class:ABIPowerPC
22 ABISysV_ppc::Terminate();
23 ABISysV_ppc64::Terminate();
H A DABIPowerPC.h15 static void Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABIMips.cpp21 void ABIMips::Terminate() { function in class:ABIMips
22 ABISysV_mips::Terminate();
23 ABISysV_mips64::Terminate();
H A DABIMips.h15 static void Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIARM.cpp25 void ABIARM::Terminate() { function in class:ABIARM
26 ABISysV_arm::Terminate();
28 ABIMacOSX_arm::Terminate();
H A DABIARM.h15 static void Terminate();
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp81 void SystemInitializerLLGS::Terminate() { function in class:SystemInitializerLLGS
82 HostObjectFile::Terminate();
85 EmulateInstructionARM::Terminate();
88 EmulateInstructionLoongArch::Terminate();
91 EmulateInstructionMIPS::Terminate();
94 EmulateInstructionMIPS64::Terminate();
97 EmulateInstructionRISCV::Terminate();
100 SystemInitializerCommon::Terminate();
H A DSystemInitializerLLGS.h20 void Terminate() override;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.h27 void Terminate() override;
H A DSystemInitializerFull.cpp84 void SystemInitializerFull::Terminate() { function in class:SystemInitializerFull
87 // Terminate plug-ins in core LLDB
88 ProcessTrace::Terminate();
90 // Terminate and unload and loaded system or user LLDB plug-ins
91 PluginManager::Terminate();
97 SystemInitializerCommon::Terminate();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Initialization/
H A DSystemInitializer.h24 virtual void Terminate() = 0;
H A DSystemInitializerCommon.h30 void Terminate() override;
H A DSystemLifetimeManager.h28 void Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp92 void SystemInitializerCommon::Terminate() { function in class:SystemInitializerCommon
96 ProcessWindowsLog::Terminate();
99 Socket::Terminate();
100 HostInfo::Terminate();
102 FileSystem::Terminate();
103 Diagnostics::Terminate();
H A DSystemLifetimeManager.cpp22 "SystemLifetimeManager destroyed without calling Terminate!");
45 void SystemLifetimeManager::Terminate() { function in class:SystemLifetimeManager
49 Debugger::Terminate();
50 m_initializer->Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp23 Status HostProcess::Terminate() { return m_native_process->Terminate(); } function in class:HostProcess
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.h18 static void Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.h33 static void Terminate();
H A DTraceExporterCTF.cpp38 void TraceExporterCTF::Terminate() { function in class:TraceExporterCTF
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.h23 static void Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h23 static void Terminate();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostProcess.h39 Status Terminate();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h30 static void Terminate();
H A DLogChannelDWARF.cpp37 void LogChannelDWARF::Terminate() { Log::Unregister("dwarf"); } function in class:LogChannelDWARF
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.h23 static void Terminate();

Completed in 233 milliseconds

12345678910