Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriter.cpp880 writeU8(os, is64 ? WASM_TYPE_I64 : WASM_TYPE_I32, "address type"); in createInitMemoryFunction()
881 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET"); in createInitMemoryFunction()
884 writeU8(os, WASM_OPCODE_I32_ADD, "add"); in createInitMemoryFunction()
885 writeU8(os, WASM_OPCODE_LOCAL_SET, "local.set"); in createInitMemoryFunction()
942 writeU8(os, WASM_OPCODE_LOCAL_GET, "local.get"); in createInitMemoryFunction()
953 writeU8(os, WASM_OPCODE_ATOMICS_PREFIX, "atomics prefix"); in createInitMemoryFunction()
956 writeU8(os, WASM_OPCODE_IF, "IF"); in createInitMemoryFunction()
957 writeU8(os, WASM_TYPE_NORESULT, "blocktype"); in createInitMemoryFunction()
964 writeU8(os, WASM_OPCODE_ATOMICS_PREFIX, "atomics prefix"); in createInitMemoryFunction()
967 writeU8(os, WASM_OPCODE_DROP, "drop"); in createInitMemoryFunction()
[all …]
DWriterUtils.cpp97 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8() function
113 writeU8(os, static_cast<uint8_t>(type), in writeValueType()
118 writeU8(os, WASM_TYPE_FUNC, "signature type"); in writeSig()
130 writeU8(os, WASM_OPCODE_I32_CONST, "i32.const"); in writeI32Const()
135 writeU8(os, WASM_OPCODE_I64_CONST, "i64.const"); in writeI64Const()
153 writeU8(os, initExpr.Opcode, "opcode"); in writeInitExpr()
176 writeU8(os, WASM_OPCODE_END, "opcode:end"); in writeInitExpr()
180 writeU8(os, limits.Flags, "limits flags"); in writeLimits()
189 writeU8(os, type.Mutable, "global mutable"); in writeGlobalType()
207 writeU8(os, WASM_TYPE_FUNCREF, "table type"); in writeTableType()
[all …]
DInputChunks.cpp379 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET"); in generateRelocationCode()
383 writeU8(os, opcode_ptr_const, "CONST"); in generateRelocationCode()
385 writeU8(os, opcode_ptr_add, "ADD"); in generateRelocationCode()
398 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET"); in generateRelocationCode()
401 writeU8(os, opcode_reloc_const, "CONST"); in generateRelocationCode()
403 writeU8(os, opcode_reloc_add, "ADD"); in generateRelocationCode()
410 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET"); in generateRelocationCode()
412 writeU8(os, opcode_reloc_const, "CONST"); in generateRelocationCode()
414 writeU8(os, opcode_reloc_add, "ADD"); in generateRelocationCode()
418 writeU8(os, opcode_reloc_store, "I32_STORE"); in generateRelocationCode()
DSyntheticSections.cpp299 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET"); in generateRelocationCode()
303 writeU8(os, opcode_ptr_const, "CONST"); in generateRelocationCode()
309 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET"); in generateRelocationCode()
313 writeU8(os, opcode_ptr_const, "CONST"); in generateRelocationCode()
319 writeU8(os, opcode_ptr_add, "ADD"); in generateRelocationCode()
320 writeU8(os, WASM_OPCODE_GLOBAL_SET, "GLOBAL_SET"); in generateRelocationCode()
445 writeU8(sub.os, kind, "sym kind"); in writeBody()
531 writeU8(sub.os, entry.kind, "entry kind"); in writeBody()
660 writeU8(os, WASM_FEATURE_PREFIX_USED, "feature used prefix"); in writeBody()
DWriterUtils.h30 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg);
/external/skia/src/sksl/
DSkSLDehydrator.cpp115 this->writeU8(m.fFlags); in write()
158 this->writeU8(f.parameters().size()); in write()
177 this->writeU8(f.functions().size()); in write()
201 this->writeU8(t.fields().size()); in write()
222 this->writeU8((int8_t) v.storage()); in write()
229 this->writeU8(f.fieldIndex()); in write()
264 this->writeU8(span.size()); in writeExpressionSpan()
277 this->writeU8((int) b.getOperator().kind()); in write()
284 this->writeU8(b.value()); in write()
348 this->writeU8(f.fieldIndex()); in write()
[all …]
DSkSLDehydrator.h69 void writeU8(int32_t i) { in writeU8() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp219 Out.writeU8(SetFile); in encode()
227 Out.writeU8(SpecialOp); in encode()
234 Out.writeU8(AdvanceLine); in encode()
239 Out.writeU8(AdvancePC); in encode()
244 Out.writeU8(EndSequence); in encode()
DHeader.cpp91 O.writeU8(AddrOffSize); in encode()
92 O.writeU8(UUIDSize); in encode()
DFileWriter.cpp34 void FileWriter::writeU8(uint8_t U) { in writeU8() function in FileWriter
DInlineInfo.cpp233 O.writeU8(HasChildren); in encode()
DGsymCreator.cpp103 case 1: O.writeU8(static_cast<uint8_t>(AddrOffset)); break; in encode()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp219 Out.writeU8(SetFile); in encode()
227 Out.writeU8(SpecialOp); in encode()
234 Out.writeU8(AdvanceLine); in encode()
239 Out.writeU8(AdvancePC); in encode()
244 Out.writeU8(EndSequence); in encode()
DHeader.cpp91 O.writeU8(AddrOffSize); in encode()
92 O.writeU8(UUIDSize); in encode()
DFileWriter.cpp34 void FileWriter::writeU8(uint8_t U) { in writeU8() function in FileWriter
DInlineInfo.cpp237 O.writeU8(HasChildren); in encode()
DGsymCreator.cpp110 case 1: O.writeU8(static_cast<uint8_t>(AddrOffset)); break; in encode()
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h40 void writeU8(uint8_t Value);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h40 void writeU8(uint8_t Value);
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp509 FW.writeU8(0); in TEST()
515 FW.writeU8(0); in TEST()
700 FW.writeU8(U8); in TestFileWriterHelper()
900 FW.writeU8(1); // MinDelta (ULEB) in TEST()
903 FW.writeU8(10); // MaxDelta (ULEB) in TEST()
906 FW.writeU8(20); // FirstLine (ULEB) in TEST()
910 FW.writeU8(1); // SetFile opcode (uint8_t) in TEST()
913 FW.writeU8(5); // SetFile value as index (ULEB) in TEST()
915 FW.writeU8(2); // AdvancePC opcode (uint8_t) in TEST()
918 FW.writeU8(20); // AdvancePC value as offset (ULEB) in TEST()
[all …]