Home
last modified time | relevance | path

Searched defs:writeU8 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp34 void FileWriter::writeU8(uint8_t U) { in writeU8() function in FileWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp34 void FileWriter::writeU8(uint8_t U) { in writeU8() function in FileWriter
/external/skia/src/sksl/
DSkSLDehydrator.h69 void writeU8(int32_t i) { in writeU8() function
/external/llvm-project/lld/wasm/
DWriterUtils.cpp97 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8() function