Searched refs:WasmObjectFile (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A 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 …]
|
H A D | SymbolSize.cpp | 31 if (isa<WasmObjectFile>(&O)) in getSectionID() 40 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID()
|
H A D | CMakeLists.txt | 28 WasmObjectFile.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A D | Reader.h | 20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader() 24 const object::WasmObjectFile &WasmObj;
|
H A D | WasmObjcopy.h | 17 class WasmObjectFile; variable 26 object::WasmObjectFile &In, raw_ostream &Out);
|
H A D | WasmObjcopy.cpp | 79 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | WasmDump.h | 19 class WasmObjectFile; variable 26 Error getWasmRelocationValueString(const object::WasmObjectFile *Obj,
|
H A D | WasmDump.cpp | 23 const auto *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader() 31 Error objdump::getWasmRelocationValueString(const WasmObjectFile *Obj, in getWasmRelocationValueString()
|
H A D | llvm-objdump.cpp | 385 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A 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()
|
H A D | ObjDumper.h | 140 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj,
|
H A D | llvm-readobj.cpp | 455 if (const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(&Obj)) in createDumper()
|
/netbsd-src/external/apache2/llvm/lib/libLLVMObject/ |
H A D | Makefile | 35 WasmObjectFile.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Object/ |
H A D | BUILD.gn | 42 "WasmObjectFile.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 21 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 D | obj2yaml.h | 34 const llvm::object::WasmObjectFile &Obj);
|
H A D | obj2yaml.cpp | 32 return errorCodeToError(wasm2yaml(outs(), cast<WasmObjectFile>(Obj))); in dumpObject()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Wasm.h | 122 class WasmObjectFile : public ObjectFile { 125 WasmObjectFile(MemoryBufferRef Object, Error &Err);
|
H A D | ObjectFile.h | 45 class WasmObjectFile; variable 378 static Expected<std::unique_ptr<WasmObjectFile>>
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 204 } else if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 364 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()
|