Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp23 LLDB_PLUGIN_DEFINE(DynamicLoaderWasmDYLD) in LLDB_PLUGIN_DEFINE() argument
25 DynamicLoaderWasmDYLD::DynamicLoaderWasmDYLD(Process *process) in LLDB_PLUGIN_DEFINE()
28 void DynamicLoaderWasmDYLD::Initialize() { in Initialize()
33 ConstString DynamicLoaderWasmDYLD::GetPluginNameStatic() { in GetPluginNameStatic()
38 const char *DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
43 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance()
53 return new DynamicLoaderWasmDYLD(process); in CreateInstance()
58 void DynamicLoaderWasmDYLD::DidAttach() { in DidAttach()
67 ThreadPlanSP DynamicLoaderWasmDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
DDynamicLoaderWasmDYLD.h17 class DynamicLoaderWasmDYLD : public DynamicLoader {
19 DynamicLoaderWasmDYLD(Process *process);
DCMakeLists.txt2 DynamicLoaderWasmDYLD.cpp