Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A 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()
H A DHeader.cpp91 O.writeU8(AddrOffSize); in encode()
92 O.writeU8(UUIDSize); in encode()
H A DFileWriter.cpp33 void FileWriter::writeU8(uint8_t U) { in writeU8() function in FileWriter
H A DInlineInfo.cpp238 O.writeU8(HasChildren); in encode()
H A DGsymCreator.cpp132 O.writeU8(static_cast<uint8_t>(AddrOffset)); in encode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h41 void writeU8(uint8_t Value);