Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp56 Expected<std::unique_ptr<WasmObjectFile>>
59 auto ObjectFile = std::make_unique<WasmObjectFile>(Buffer, Err); in createWasmObjectFile()
71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
85 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
94 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
103 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
113 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
123 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
133 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDWasmDump.cpp21 const auto *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader()
29 Error getWasmRelocationValueString(const WasmObjectFile *Obj, in getWasmRelocationValueString()
HDllvm-objdump.h102 Error getWasmRelocationValueString(const object::WasmObjectFile *Obj,
HDllvm-objdump.cpp501 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
HDLLVM.h40 class WasmObjectFile; variable
82 using llvm::object::WasmObjectFile;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp60 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
77 const WasmObjectFile *Obj;
249 const auto *WasmObj = dyn_cast<WasmObjectFile>(Obj); in createWasmDumper()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h118 class WasmObjectFile : public ObjectFile {
121 WasmObjectFile(MemoryBufferRef Object, Error &Err);
HDObjectFile.h46 class WasmObjectFile; variable
369 static Expected<std::unique_ptr<WasmObjectFile>>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp337 if (isa<WasmObjectFile>(Obj)) in isSymbolList64Bit()
1044 static char getSymbolNMTypeChar(WasmObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar()
1134 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMSectionTagAndName()
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile795 SRCS_MIN+= Object/WasmObjectFile.cpp