Home
last modified time | relevance | path

Searched refs:DynamicLoaderWasmDYLD (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp24 LLDB_PLUGIN_DEFINE(DynamicLoaderWasmDYLD) in LLDB_PLUGIN_DEFINE() argument
26 DynamicLoaderWasmDYLD::DynamicLoaderWasmDYLD(Process *process) in LLDB_PLUGIN_DEFINE()
29 void DynamicLoaderWasmDYLD::Initialize() { in Initialize()
34 llvm::StringRef DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
39 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance()
49 return new DynamicLoaderWasmDYLD(process); in CreateInstance()
54 void DynamicLoaderWasmDYLD::DidAttach() { in DidAttach()
63 ThreadPlanSP DynamicLoaderWasmDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
68 lldb::ModuleSP DynamicLoaderWasmDYLD::LoadModuleAtAddress( in LoadModuleAtAddress()
DDynamicLoaderWasmDYLD.h17 class DynamicLoaderWasmDYLD : public DynamicLoader {
19 DynamicLoaderWasmDYLD(Process *process);
DCMakeLists.txt2 DynamicLoaderWasmDYLD.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
DMakefile18 DynamicLoaderWasmDYLD.cpp
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DPlugins.def50 LLDB_PLUGIN(DynamicLoaderWasmDYLD)
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4133 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
4134 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h