/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 19 char LanguageRuntime::ID = 0; 64 LanguageRuntime *language_runtime = in UpdateModuleListIfNeeded() 172 LanguageRuntime *language_runtime = in SetActualResolver() 197 LanguageRuntime *m_language_runtime = nullptr; 202 LanguageRuntime *LanguageRuntime::FindPlugin(Process *process, in FindPlugin() 210 if (LanguageRuntime *runtime = create_callback(process, language)) in FindPlugin() 216 LanguageRuntime::LanguageRuntime(Process *process) : Runtime(process) {} in LanguageRuntime() function in LanguageRuntime 219 LanguageRuntime::GetExceptionPrecondition(LanguageType language, in GetExceptionPrecondition() 238 BreakpointSP LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() 262 LanguageRuntime::GetRuntimeUnwindPlan(Thread &thread, RegisterContext *regctx, in GetRuntimeUnwindPlan() [all …]
|
H A D | CMakeLists.txt | 19 LanguageRuntime.cpp
|
/openbsd/gnu/usr.bin/clang/liblldbPluginLanguageRuntime/ |
H A D | Makefile | 30 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus 31 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI 32 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC 33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime 34 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.h | 22 class CPPLanguageRuntime : public LanguageRuntime { 46 return ClassID == &ID || LanguageRuntime::isA(ClassID); in isA() 49 static bool classof(const LanguageRuntime *runtime) { in classof()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 53 LanguageRuntime *m_language_runtime; 61 class LanguageRuntime : public Runtime, public PluginInterface { 63 static LanguageRuntime *FindPlugin(Process *process, 222 LanguageRuntime(Process *process);
|
H A D | ThreadPlanCallFunction.h | 128 LanguageRuntime *m_cxx_language_runtime; 129 LanguageRuntime *m_objc_language_runtime;
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | BUILD.gn | 25 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus", 26 "//lldb/source/Plugins/LanguageRuntime/ObjC", 27 "//lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime",
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | BUILD.gn | 11 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus", 17 # Reaches into Plugins/LanguageRuntime/CPlusPlus.
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.h | 35 static lldb_private::LanguageRuntime * 46 static bool classof(const LanguageRuntime *runtime) { in classof()
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
H A D | BUILD.gn | 68 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI", 72 "//lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime", 76 "//lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime",
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.h | 28 static lldb_private::LanguageRuntime * 39 static bool classof(const LanguageRuntime *runtime) { in classof()
|
H A D | AppleObjCRuntime.h | 42 static bool classof(const LanguageRuntime *runtime) { in classof()
|
H A D | AppleObjCRuntimeV2.h | 34 static lldb_private::LanguageRuntime * 45 static bool classof(const LanguageRuntime *runtime) { in classof()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectLanguage.cpp | 23 LanguageRuntime::InitializeCommands(this); in CommandObjectLanguage()
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/ |
H A D | BUILD.gn | 9 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus",
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 36 class ObjCLanguageRuntime : public LanguageRuntime { 208 return ClassID == &ID || LanguageRuntime::isA(ClassID); in isA() 211 static bool classof(const LanguageRuntime *runtime) { in classof()
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | BUILD.gn | 20 # Reaches into Plugins/LanguageRuntime/ObjC.
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
H A D | BUILD.gn | 23 # Reaches into Plugins/LanguageRuntime/CPlusPlus.
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | BUILD.gn | 14 "//lldb/source/Plugins/LanguageRuntime/ObjC",
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | BUILD.gn | 15 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus",
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/ |
H A D | BUILD.gn | 14 "//lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime",
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | BUILD.gn | 12 "//lldb/source/Plugins/LanguageRuntime/CPlusPlus",
|
/openbsd/gnu/llvm/lldb/source/Plugins/ |
H A D | CMakeLists.txt | 10 add_subdirectory(LanguageRuntime)
|
/openbsd/gnu/usr.bin/clang/liblldbTarget/ |
H A D | Makefile | 18 LanguageRuntime.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
H A D | BUILD.gn | 42 "LanguageRuntime.cpp",
|