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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6075 GlobalVarSummary::GVarFlags GVF(/* ReadOnly */ false,
6081 GVF = getDecodedGVarFlags(Record[2]);
6087 std::make_unique<GlobalVarSummary>(Flags, GVF, std::move(Refs));
6100 GlobalVarSummary::GVarFlags GVF = getDecodedGVarFlags(Record[2]); local
6114 std::make_unique<GlobalVarSummary>(Flags, GVF, std::move(Refs));
6214 GlobalVarSummary::GVarFlags GVF(/* ReadOnly */ false,
6220 GVF = getDecodedGVarFlags(Record[3]);
6226 std::make_unique<GlobalVarSummary>(Flags, GVF, std::move(Refs));

Completed in 106 milliseconds