Searched refs:WasmObjectFile (Results 1 – 10 of 10) sorted by relevance
56 Expected<std::unique_ptr<WasmObjectFile>>71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()224 WasmObjectFile::ReadContext SectionCtx; in readSection()247 WasmObjectFile::WasmObjectFile(MemoryBufferRef Buffer, Error &Err) in WasmObjectFile() function in WasmObjectFile287 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()341 Error WasmObjectFile::parseNameSection(ReadContext &Ctx) { in parseNameSection()1231 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()1392 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName()1417 section_iterator WasmObjectFile::section_end() const { in section_end()[all …]
22 const WasmObjectFile *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader()
668 static std::error_code getRelocationValueString(const WasmObjectFile *Obj, in getRelocationValueString()875 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
46 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()62 const WasmObjectFile *Obj;222 const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(Obj); in createWasmDumper()
39 class WasmObjectFile; variable77 using llvm::object::WasmObjectFile;
119 class WasmObjectFile : public ObjectFile {122 WasmObjectFile(MemoryBufferRef Object, Error &Err);
46 class WasmObjectFile; variable351 static Expected<std::unique_ptr<WasmObjectFile>>
50 if (isa<WasmObjectFile>(ObjToVisit))
311 if (isa<WasmObjectFile>(Obj)) in isSymbolList64Bit()1051 static char getSymbolNMTypeChar(WasmObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar()1101 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMTypeChar()
738 SRCS_MIN+= Object/WasmObjectFile.cpp