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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5994 uint64_t RawFunFlags = 0; local
5999 RawFunFlags = Record[3];
6030 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0,
6132 uint64_t RawFunFlags = 0; local
6139 RawFunFlags = Record[4];
6173 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount,

Completed in 248 milliseconds