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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5721 ArrayRef<uint64_t> GVRecord; local
5722 std::tie(Name, GVRecord) = readNameFromStrtab(Record);
5723 if (GVRecord.size() <= 3)
5725 uint64_t RawLinkage = GVRecord[3];

Completed in 75 milliseconds