Searched refs:WasmObjectFile (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 57 Expected<std::unique_ptr<WasmObjectFile>> 72 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() 237 WasmObjectFile::ReadContext SectionCtx; in readSection() 260 WasmObjectFile::WasmObjectFile(MemoryBufferRef Buffer, Error &Err) in WasmObjectFile() function in WasmObjectFile 301 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection() 1556 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() 1718 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() 1743 section_iterator WasmObjectFile::section_end() const { in section_end() 1749 uint8_t WasmObjectFile::getBytesInAddress() const { in getBytesInAddress() 1755 Triple::ArchType WasmObjectFile::getArch() const { in getArch() [all …]
|
| H A D | SymbolSize.cpp | 32 if (isa<WasmObjectFile>(&O)) in getSectionID() 42 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID()
|
| /freebsd-13.1/contrib/llvm-project/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 | 145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
| /freebsd-13.1/contrib/llvm-project/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() 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-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | LLVM.h | 40 class WasmObjectFile; variable 86 using llvm::object::WasmObjectFile;
|
| /freebsd-13.1/contrib/llvm-project/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 | 145 std::unique_ptr<ObjDumper> createWasmDumper(const object::WasmObjectFile &Obj,
|
| H A D | llvm-readobj.cpp | 302 if (const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(&Obj)) in createDumper()
|
| /freebsd-13.1/contrib/llvm-project/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 381 static Expected<std::unique_ptr<WasmObjectFile>>
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 198 } else if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A 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-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 873 SRCS_MIN+= Object/WasmObjectFile.cpp
|