Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp52 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber() function in AppleObjCTypeEncodingParser
155 uint32_t size = ReadNumber(type); in BuildArray()
320 uint32_t size = ReadNumber(type); in BuildType()
H A DAppleObjCTypeEncodingParser.h64 uint32_t ReadNumber(StringLexer &type);
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp797 auto ReadNumber = [&](uint64_t &Num) { in readSampleCounters() local
807 ReadNumber(Num); in readSampleCounters()