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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1228 unsigned SimpleGVarAbbrev = 0; local
1254 SimpleGVarAbbrev = Stream.EmitAbbrev(std::move(Abbv));
1290 AbbrevToUse = SimpleGVarAbbrev;
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1379 unsigned SimpleGVarAbbrev = 0; local
1406 SimpleGVarAbbrev = Stream.EmitAbbrev(std::move(Abbv));
1478 AbbrevToUse = SimpleGVarAbbrev;

Completed in 173 milliseconds