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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1538 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { function
1553 emitSignedInt64(Vals, RawData[i]);
2382 emitSignedInt64(Record, V);
2623 emitSignedInt64(Vals, diff);
3586 emitSignedInt64(Record, *Range.getLower().getRawData());
3587 emitSignedInt64(Record, *Range.getUpper().getRawData());

Completed in 63 milliseconds