Home
last modified time | relevance | path

Searched refs:WasmObjectFile (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp57 Expected<std::unique_ptr<WasmObjectFile>>
60 auto ObjectFile = std::make_unique<WasmObjectFile>(Buffer, Err); in createWasmObjectFile()
72 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
78 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
86 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
95 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
104 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
114 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
124 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
134 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
[all …]
H A DSymbolSize.cpp31 if (isa<WasmObjectFile>(&O)) in getSectionID()
40 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID()
H A DCMakeLists.txt28 WasmObjectFile.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DReader.h20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader()
24 const object::WasmObjectFile &WasmObj;
H A DWasmObjcopy.h17 class WasmObjectFile; variable
26 object::WasmObjectFile &In, raw_ostream &Out);
H A DWasmObjcopy.cpp79 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.h19 class WasmObjectFile; variable
26 Error getWasmRelocationValueString(const object::WasmObjectFile *Obj,
H A DWasmDump.cpp23 const auto *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader()
31 Error objdump::getWasmRelocationValueString(const WasmObjectFile *Obj, in getWasmRelocationValueString()
H A Dllvm-objdump.cpp385 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
76 const WasmObjectFile *Obj;
243 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj, in createWasmDumper()
H A DObjDumper.h140 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj,
H A Dllvm-readobj.cpp455 if (const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(&Obj)) in createDumper()
/netbsd-src/external/apache2/llvm/lib/libLLVMObject/
H A DMakefile35 WasmObjectFile.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Object/
H A DBUILD.gn42 "WasmObjectFile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp21 const object::WasmObjectFile &Obj;
24 WasmDumper(const object::WasmObjectFile &O) : Obj(O) {} in WasmDumper()
395 std::error_code wasm2yaml(raw_ostream &Out, const object::WasmObjectFile &Obj) { in wasm2yaml()
H A Dobj2yaml.h34 const llvm::object::WasmObjectFile &Obj);
H A Dobj2yaml.cpp32 return errorCodeToError(wasm2yaml(outs(), cast<WasmObjectFile>(Obj))); in dumpObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h122 class WasmObjectFile : public ObjectFile {
125 WasmObjectFile(MemoryBufferRef Object, Error &Err);
H A DObjectFile.h45 class WasmObjectFile; variable
378 static Expected<std::unique_ptr<WasmObjectFile>>
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp204 } else if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp364 if (isa<WasmObjectFile>(Obj)) in isSymbolList64Bit()
1080 static char getSymbolNMTypeChar(WasmObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar()
1173 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMSectionTagAndName()