Home
last modified time | relevance | path

Searched refs:get_type_callback (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DPluginManager.cpp1117 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1120 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1122 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1136 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1138 name, description, create_callback, get_type_callback); in RegisterPlugin()
1150 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DPluginManager.cpp1068 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1071 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1073 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1087 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1089 name, description, create_callback, get_type_callback); in RegisterPlugin()
1101 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1192 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1195 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1197 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1211 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1213 name, description, create_callback, get_type_callback); in RegisterPlugin()
1225 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1130 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1133 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1135 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1149 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1151 name, description, create_callback, get_type_callback); in RegisterPlugin()
1163 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1192 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1195 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1197 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1211 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1213 name, description, create_callback, get_type_callback); in RegisterPlugin()
1225 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DPluginManager.cpp1206 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1209 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1211 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1225 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1227 name, description, create_callback, get_type_callback); in RegisterPlugin()
1239 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1192 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1195 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1197 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1211 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1213 name, description, create_callback, get_type_callback); in RegisterPlugin()
1225 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1130 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1133 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1135 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1149 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1151 name, description, create_callback, get_type_callback); in RegisterPlugin()
1163 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1192 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1195 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1197 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1211 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1213 name, description, create_callback, get_type_callback); in RegisterPlugin()
1225 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h373 InstrumentationRuntimeGetType get_type_callback);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DPluginManager.h355 InstrumentationRuntimeGetType get_type_callback);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DPluginManager.h391 InstrumentationRuntimeGetType get_type_callback);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DPluginManager.h391 InstrumentationRuntimeGetType get_type_callback);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DPluginManager.h386 InstrumentationRuntimeGetType get_type_callback);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DPluginManager.h416 InstrumentationRuntimeGetType get_type_callback);

12