Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp56 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 …]
DCMakeLists.txt26 WasmObjectFile.cpp
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp55 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 …]
DSymbolSize.cpp32 if (isa<WasmObjectFile>(&O)) in getSectionID()
42 if (const auto *M = dyn_cast<WasmObjectFile>(&O)) in getSymbolSectionID()
DCMakeLists.txt31 WasmObjectFile.cpp
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmReader.h20 explicit Reader(const object::WasmObjectFile &O) : WasmObj(O) {} in Reader()
24 const object::WasmObjectFile &WasmObj;
DWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/wasm/
DWasmObjcopy.h17 class WasmObjectFile; variable
29 object::WasmObjectFile &In, raw_ostream &Out);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/
DObjCopy.cpp69 if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DWasm.h120 class WasmObjectFile : public ObjectFile {
123 WasmObjectFile(MemoryBufferRef Object, Error &Err);
DObjectFile.h45 class WasmObjectFile; variable
395 static Expected<std::unique_ptr<WasmObjectFile>>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h118 class WasmObjectFile : public ObjectFile {
121 WasmObjectFile(MemoryBufferRef Object, Error &Err);
DObjectFile.h46 class WasmObjectFile; variable
369 static Expected<std::unique_ptr<WasmObjectFile>>
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp545 "llvm/lib/Object/WasmObjectFile.cpp",
DBUILD.gn666 "llvm/lib/Object/WasmObjectFile.cpp",
DCMakeLists.txt547 ${LLVM_DIR}/lib/Object/WasmObjectFile.cpp
/external/swiftshader/third_party/llvm-16.0/
DAndroid.bp708 "llvm/lib/Object/WasmObjectFile.cpp",
DCMakeLists.txt689 ${LLVM_DIR}/lib/Object/WasmObjectFile.cpp
DBUILD.gn860 "llvm/lib/Object/WasmObjectFile.cpp",
/external/angle/third_party/clspv/gn/llvm/sources/
DBUILD.gn1934 "//$clspv_llvm_dir/llvm/lib/Object/WasmObjectFile.cpp",