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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp152 emitEncodedUnsignedInteger(static_cast<uint64_t>(Value), Comment);
176 emitEncodedUnsignedInteger(Value, Comment);
194 emitEncodedUnsignedInteger(Value.getZExtValue(), Comment);
300 void CodeViewRecordIO::emitEncodedUnsignedInteger(const uint64_t &Value, function in class:CodeViewRecordIO
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h220 void emitEncodedUnsignedInteger(const uint64_t &Value,

Completed in 106 milliseconds