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

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

Completed in 108 milliseconds