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/
H A 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()
H A DDynamicLoaderWasmDYLD.h17 class DynamicLoaderWasmDYLD : public DynamicLoader {
19 DynamicLoaderWasmDYLD(Process *process);
H A DCMakeLists.txt2 DynamicLoaderWasmDYLD.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile18 DynamicLoaderWasmDYLD.cpp
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def50 LLDB_PLUGIN(DynamicLoaderWasmDYLD)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4133 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
4134 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h