Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h68 void writeSLEB(int64_t Value);
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp594 FW.writeSLEB(MinSLEB); in TestFileWriterHelper()
595 FW.writeSLEB(MaxSLEB); in TestFileWriterHelper()