Searched defs:Terminate (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIARM.cpp25 void ABIARM::Terminate() { function in class:ABIARM
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABIPowerPC.cpp21 void ABIPowerPC::Terminate() { function in class:ABIPowerPC
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABIMips.cpp21 void ABIMips::Terminate() { function in class:ABIMips
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp37 void LogChannelDWARF::Terminate() { Log::Unregister("dwarf"); } function in class:LogChannelDWARF
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.cpp38 void TraceExporterCTF::Terminate() { function in class:TraceExporterCTF
/freebsd-current/contrib/llvm-project/lldb/source/Initialization/
H A DSystemLifetimeManager.cpp45 void SystemLifetimeManager::Terminate() { function in class:SystemLifetimeManager
H A DSystemInitializerCommon.cpp92 void SystemInitializerCommon::Terminate() { function in class:SystemInitializerCommon
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.h22 static void Terminate() {} function in class:lldb_private::wasm::DynamicLoaderWasmDYLD
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp33 void ObjCPlusPlusLanguage::Terminate() { function in class:ObjCPlusPlusLanguage
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp84 void SystemInitializerFull::Terminate() { function in class:SystemInitializerFull
/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/tools/lldb-server/
H A DSystemInitializerLLGS.cpp81 void SystemInitializerLLGS::Terminate() { function in class:SystemInitializerLLGS
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp31 void ArchitecturePPC64::Terminate() { function in class:ArchitecturePPC64
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp50 Status HostProcessPosix::Terminate() { return Signal(SIGKILL); } function in class:HostProcessPosix
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h28 static void Terminate() {} function in class:ObjectFilePlaceholder
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp38 void SymbolVendorELF::Terminate() { function in class:SymbolVendorELF
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp38 void SymbolVendorPECOFF::Terminate() { function in class:SymbolVendorPECOFF
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp54 void ScriptInterpreterNone::Terminate() {} function in class:ScriptInterpreterNone
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp29 void RegisterTypeBuilderClang::Terminate() {} function in class:RegisterTypeBuilderClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp28 void ArchitectureArm::Terminate() { function in class:ArchitectureArm
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp40 void InstrumentationRuntimeASanLibsanitizers::Terminate() { function in class:InstrumentationRuntimeASanLibsanitizers
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp37 void InstrumentationRuntimeASan::Terminate() { function in class:InstrumentationRuntimeASan
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp40 void SymbolVendorWasm::Terminate() { function in class:SymbolVendorWasm
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp151 void DynamicLoaderStatic::Terminate() { function in class:DynamicLoaderStatic
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp30 void ABIAArch64::Terminate() { function in class:ABIAArch64

Completed in 374 milliseconds

12345