Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp56 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 WasmObjectFile
287 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 …]
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DWasmDump.cpp22 const WasmObjectFile *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader()
H A Dllvm-objdump.cpp668 static std::error_code getRelocationValueString(const WasmObjectFile *Obj, in getRelocationValueString()
875 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp46 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
62 const WasmObjectFile *Obj;
222 const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(Obj); in createWasmDumper()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DLLVM.h39 class WasmObjectFile; variable
77 using llvm::object::WasmObjectFile;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h119 class WasmObjectFile : public ObjectFile {
122 WasmObjectFile(MemoryBufferRef Object, Error &Err);
H A DObjectFile.h46 class WasmObjectFile; variable
351 static Expected<std::unique_ptr<WasmObjectFile>>
H A DRelocVisitor.h50 if (isa<WasmObjectFile>(ObjToVisit))
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp311 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()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile738 SRCS_MIN+= Object/WasmObjectFile.cpp