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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp226 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv); local
288 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp197 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv); local
273 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp197 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv); local
276 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;

Completed in 70 milliseconds