Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp31 LLDB_PLUGIN_DEFINE(ObjectFileWasm)
77 char ObjectFileWasm::ID;
79 void ObjectFileWasm::Initialize() { in Initialize()
85 void ObjectFileWasm::Terminate() { in Terminate()
130 std::unique_ptr<ObjectFileWasm> objfile_up(new ObjectFileWasm( in CreateInstance()
154 std::unique_ptr<ObjectFileWasm> objfile_up( in CreateMemoryInstance()
211 bool ObjectFileWasm::DecodeSections() { in DecodeSections()
234 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileWasm() function in ObjectFileWasm
242 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm() function in ObjectFileWasm
249 bool ObjectFileWasm::ParseHeader() { in ParseHeader()
[all …]
H A DObjectFileWasm.h22 class ObjectFileWasm : public ObjectFile {
115 ObjectFileWasm(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
118 ObjectFileWasm(const lldb::ModuleSP &module_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp65 ObjectFileWasm *obj_file = in CreateInstance()
66 llvm::dyn_cast_or_null<ObjectFileWasm>(module_sp->GetObjectFile()); in CreateInstance()