Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
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 …]
DSymbolSize.cpp32 if (isa<WasmObjectFile>(&O)) in getSectionID()
42 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DReader.h20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader()
24 const object::WasmObjectFile &WasmObj;
DWasmObjcopy.h17 class WasmObjectFile; variable
26 object::WasmObjectFile &In, raw_ostream &Out);
DWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DWasmDump.h19 class WasmObjectFile; variable
26 Error getWasmRelocationValueString(const object::WasmObjectFile *Obj,
DWasmDump.cpp23 const auto *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader()
31 Error objdump::getWasmRelocationValueString(const WasmObjectFile *Obj, in getWasmRelocationValueString()
Dllvm-objdump.cpp385 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
739 static Optional<SectionRef> getWasmCodeSection(const WasmObjectFile *Obj) { in getWasmCodeSection()
749 addMissingWasmCodeSymbols(const WasmObjectFile *Obj, in addMissingWasmCodeSymbols()
1167 addMissingWasmCodeSymbols(cast<WasmObjectFile>(Obj), AllSymbols); in disassembleObject()
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
DLLVM.h40 class WasmObjectFile; variable
86 using llvm::object::WasmObjectFile;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
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()
DObjDumper.h145 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj,
Dllvm-readobj.cpp302 if (const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(&Obj)) in createDumper()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWasm.h122 class WasmObjectFile : public ObjectFile {
125 WasmObjectFile(MemoryBufferRef Object, Error &Err);
DObjectFile.h45 class WasmObjectFile; variable
381 static Expected<std::unique_ptr<WasmObjectFile>>
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp198 } else if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp249 if (isa<WasmObjectFile>(Obj)) in isSymbolList64Bit()
965 static char getSymbolNMTypeChar(WasmObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar()
1058 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMSectionTagAndName()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile874 SRCS_MIN+= Object/WasmObjectFile.cpp