Home
last modified time | relevance | path

Searched refs:writeSLEB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp196 Out.writeSLEB(MinLineDelta); in encode()
197 Out.writeSLEB(MaxLineDelta); in encode()
235 Out.writeSLEB(LineDelta); in encode()
H A DFileWriter.cpp19 void FileWriter::writeSLEB(int64_t S) { in writeSLEB() function in FileWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h68 void writeSLEB(int64_t Value);