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

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp33 void LogChannelDWARF::Terminate() { Log::Unregister("dwarf"); } function in class:LogChannelDWARF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemLifetimeManager.cpp46 void SystemLifetimeManager::Terminate() { function in class:SystemLifetimeManager
H A DSystemInitializerCommon.cpp123 void SystemInitializerCommon::Terminate() { function in class:SystemInitializerCommon
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp65 void SystemInitializerLLGS::Terminate() { function in class:SystemInitializerLLGS
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp32 void ObjCPlusPlusLanguage::Terminate() { function in class:ObjCPlusPlusLanguage
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp23 Status HostProcess::Terminate() { return m_native_process->Terminate(); } function in class:HostProcess
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp33 void ArchitecturePPC64::Terminate() { function in class:ArchitecturePPC64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp51 void ScriptInterpreterNone::Terminate() {} function in class:ScriptInterpreterNone
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp52 Status HostProcessPosix::Terminate() { return Signal(SIGKILL); } function in class:HostProcessPosix
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp30 void ArchitectureArm::Terminate() { function in class:ArchitectureArm
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp40 void SymbolVendorELF::Terminate() { function in class:SymbolVendorELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp376 void SystemInitializerFull::Terminate() { function in class:SystemInitializerFull
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp135 void DynamicLoaderStatic::Terminate() { function in class:DynamicLoaderStatic
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp58 void MemoryHistoryASan::Terminate() { function in class:MemoryHistoryASan
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp258 void UnwindAssembly_x86::Terminate() { function in class:UnwindAssembly_x86
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp109 void PlatformOpenBSD::Terminate() { function in class:PlatformOpenBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp37 void DynamicLoaderWindowsDYLD::Terminate() {} function in class:DynamicLoaderWindowsDYLD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp53 void ObjectFileBreakpad::Terminate() { function in class:ObjectFileBreakpad
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp34 void ArchitectureMips::Terminate() { function in class:ArchitectureMips
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp108 void ScriptInterpreterLua::Terminate() {} function in class:ScriptInterpreterLua
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h105 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; enumerator in enum:clang::CodeGen::EHScope::Kind
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp92 void AppleObjCRuntimeV1::Terminate() { function in class:AppleObjCRuntimeV1
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp35 void SymbolFileSymtab::Terminate() { function in class:SymbolFileSymtab
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp103 void PlatformNetBSD::Terminate() { function in class:PlatformNetBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp111 void PlatformFreeBSD::Terminate() { function in class:PlatformFreeBSD

Completed in 356 milliseconds

1234