Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h53 Error consume_numeric(BinaryStreamReader &Reader, uint64_t &Value);
153 return consume_numeric(Reader, Item); in deserialize()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp115 Error llvm::codeview::consume_numeric(BinaryStreamReader &Reader, in consume_numeric() function in llvm::codeview