Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2211 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() function
2300 emitSignedInt64(Record, V); in writeConstants()
2311 emitSignedInt64(Record, RawWords[i]); in writeConstants()
2548 emitSignedInt64(Vals, diff); in pushValueSigned()