Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp50 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber() function in AppleObjCTypeEncodingParser
153 uint32_t size = ReadNumber(type); in BuildArray()
317 uint32_t size = ReadNumber(type); in BuildType()
H A DAppleObjCTypeEncodingParser.h64 uint32_t ReadNumber(StringLexer &type);
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp790 auto ReadNumber = [&](uint64_t &Num) { in readSampleCounters() local
800 ReadNumber(Num); in readSampleCounters()