Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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);