Searched refs:WasmObjectFile (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 56 Expected<std::unique_ptr<WasmObjectFile>> 59 auto ObjectFile = std::make_unique<WasmObjectFile>(Buffer, Err); in createWasmObjectFile() 71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() 77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() 85 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32() 94 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() 103 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128() 113 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString() 123 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128() 133 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1() [all …]
|
D | CMakeLists.txt | 26 WasmObjectFile.cpp
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 55 Expected<std::unique_ptr<WasmObjectFile>> 58 auto ObjectFile = std::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() 93 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() 102 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128() 112 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString() 122 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128() 132 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1() [all …]
|
D | SymbolSize.cpp | 32 if (isa<WasmObjectFile>(&O)) in getSectionID() 42 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID()
|
D | CMakeLists.txt | 31 WasmObjectFile.cpp
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/ |
D | WasmReader.h | 20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader() 24 const object::WasmObjectFile &WasmObj;
|
D | WasmObjcopy.cpp | 145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/wasm/ |
D | WasmObjcopy.h | 17 class WasmObjectFile; variable 29 object::WasmObjectFile &In, raw_ostream &Out);
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ |
D | ObjCopy.cpp | 69 if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | Wasm.h | 120 class WasmObjectFile : public ObjectFile { 123 WasmObjectFile(MemoryBufferRef Object, Error &Err);
|
D | ObjectFile.h | 45 class WasmObjectFile; variable 395 static Expected<std::unique_ptr<WasmObjectFile>>
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 118 class WasmObjectFile : public ObjectFile { 121 WasmObjectFile(MemoryBufferRef Object, Error &Err);
|
D | ObjectFile.h | 46 class WasmObjectFile; variable 369 static Expected<std::unique_ptr<WasmObjectFile>>
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 545 "llvm/lib/Object/WasmObjectFile.cpp",
|
D | BUILD.gn | 666 "llvm/lib/Object/WasmObjectFile.cpp",
|
D | CMakeLists.txt | 547 ${LLVM_DIR}/lib/Object/WasmObjectFile.cpp
|
/external/swiftshader/third_party/llvm-16.0/ |
D | Android.bp | 708 "llvm/lib/Object/WasmObjectFile.cpp",
|
D | CMakeLists.txt | 689 ${LLVM_DIR}/lib/Object/WasmObjectFile.cpp
|
D | BUILD.gn | 860 "llvm/lib/Object/WasmObjectFile.cpp",
|
/external/angle/third_party/clspv/gn/llvm/sources/ |
D | BUILD.gn | 1934 "//$clspv_llvm_dir/llvm/lib/Object/WasmObjectFile.cpp",
|