Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp55 Expected<std::unique_ptr<WasmObjectFile>>
58 auto ObjectFile = llvm::make_unique<WasmObjectFile>(Buffer, Err); in createWasmObjectFile()
70 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
76 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
84 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
91 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
98 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
108 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
118 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
128 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
[all …]
DCMakeLists.txt22 WasmObjectFile.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DWasmDump.cpp22 const WasmObjectFile *File = dyn_cast<const WasmObjectFile>(Obj); in printWasmFileHeader()
Dllvm-objdump.cpp632 static std::error_code getRelocationValueString(const WasmObjectFile *Obj, in getRelocationValueString()
841 if (auto *Wasm = dyn_cast<WasmObjectFile>(Obj)) in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp53 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
69 const WasmObjectFile *Obj;
229 const WasmObjectFile *WasmObj = dyn_cast<WasmObjectFile>(Obj); in createWasmDumper()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dobj2yaml.h28 const llvm::object::WasmObjectFile &Obj);
Dwasm2yaml.cpp22 const object::WasmObjectFile &Obj;
25 WasmDumper(const object::WasmObjectFile &O) : Obj(O) {} in WasmDumper()
307 std::error_code wasm2yaml(raw_ostream &Out, const object::WasmObjectFile &Obj) { in wasm2yaml()
Dobj2yaml.cpp26 return wasm2yaml(outs(), cast<WasmObjectFile>(Obj)); in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h113 class WasmObjectFile : public ObjectFile {
116 WasmObjectFile(MemoryBufferRef Object, Error &Err);
DObjectFile.h46 class WasmObjectFile; variable
337 static Expected<std::unique_ptr<WasmObjectFile>>
DRelocVisitor.h50 if (isa<WasmObjectFile>(ObjToVisit))
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp306 if (isa<WasmObjectFile>(Obj)) in isSymbolList64Bit()
1038 static char getSymbolNMTypeChar(WasmObjectFile &Obj, basic_symbol_iterator I) { in getSymbolNMTypeChar()
1088 else if (WasmObjectFile *Wasm = dyn_cast<WasmObjectFile>(&Obj)) in getNMTypeChar()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk549 llvm/lib/Object/WasmObjectFile.cpp \
DBUILD.gn373 "llvm/lib/Object/WasmObjectFile.cpp",
/external/swiftshader/
DCMakeLists.txt1215 ${LLVM_DIR}/lib/Object/WasmObjectFile.cpp