Searched refs:DynamicLoaderWasmDYLD (Results 1 – 6 of 6) sorted by relevance
24 LLDB_PLUGIN_DEFINE(DynamicLoaderWasmDYLD) in LLDB_PLUGIN_DEFINE() argument26 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()
17 class DynamicLoaderWasmDYLD : public DynamicLoader {19 DynamicLoaderWasmDYLD(Process *process);
2 DynamicLoaderWasmDYLD.cpp
18 DynamicLoaderWasmDYLD.cpp
50 LLDB_PLUGIN(DynamicLoaderWasmDYLD)
4133 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp4134 lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h