Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp33 LLDB_PLUGIN_DEFINE(ObjectFileWasm)
79 char ObjectFileWasm::ID;
81 void ObjectFileWasm::Initialize() { in Initialize()
87 void ObjectFileWasm::Terminate() { in Terminate()
127 std::unique_ptr<ObjectFileWasm> objfile_up(new ObjectFileWasm( in CreateInstance()
151 std::unique_ptr<ObjectFileWasm> objfile_up( in CreateMemoryInstance()
208 bool ObjectFileWasm::DecodeSections() { in DecodeSections()
231 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP data_sp, in ObjectFileWasm() function in ObjectFileWasm
239 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm() function in ObjectFileWasm
246 bool ObjectFileWasm::ParseHeader() { in ParseHeader()
[all …]
H A DObjectFileWasm.h23 class ObjectFileWasm : public ObjectFile {
115 ObjectFileWasm(const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp,
118 ObjectFileWasm(const lldb::ModuleSP &module_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp60 ObjectFileWasm *obj_file = in CreateInstance()
61 llvm::dyn_cast_or_null<ObjectFileWasm>(module_sp->GetObjectFile()); in CreateInstance()