Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4138 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
4139 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h