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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3722 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev); local
3729 Stream.EmitRecord(Code, NameVals, FSAbbrev);
4151 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
4156 Stream.EmitRecord(Code, NameVals, FSAbbrev);

Completed in 65 milliseconds