Searched refs:WasmObjectFile (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | WasmObjectFile.cpp | 57 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 …]
|
| D | SymbolSize.cpp | 32 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/ |
| D | Reader.h | 20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader() 24 const object::WasmObjectFile &WasmObj;
|
| D | WasmObjcopy.h | 17 class WasmObjectFile; variable 26 object::WasmObjectFile &In, raw_ostream &Out);
|
| D | WasmObjcopy.cpp | 145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| D | WasmDump.h | 19 class WasmObjectFile; variable 26 Error getWasmRelocationValueString(const object::WasmObjectFile *Obj,
|
| D | WasmDump.cpp | 23 const auto *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader() 31 Error objdump::getWasmRelocationValueString(const WasmObjectFile *Obj, in getWasmRelocationValueString()
|
| D | llvm-objdump.cpp | 385 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/ |
| D | LLVM.h | 40 class WasmObjectFile; variable 86 using llvm::object::WasmObjectFile;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | WasmDumper.cpp | 59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() 76 const WasmObjectFile *Obj; 243 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj, in createWasmDumper()
|
| D | ObjDumper.h | 145 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj,
|
| D | llvm-readobj.cpp | 302 if (const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(&Obj)) in createDumper()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | Wasm.h | 122 class WasmObjectFile : public ObjectFile { 125 WasmObjectFile(MemoryBufferRef Object, Error &Err);
|
| D | ObjectFile.h | 45 class WasmObjectFile; variable 381 static Expected<std::unique_ptr<WasmObjectFile>>
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| D | llvm-objcopy.cpp | 198 } else if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 249 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/ |
| D | Makefile | 874 SRCS_MIN+= Object/WasmObjectFile.cpp
|