Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp203 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv); in WriteTypeTable() local
282 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev; in WriteTypeTable()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp763 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv); in writeTypeTable() local
842 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev; in writeTypeTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp791 unsigned PtrAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeTypeTable() local
866 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev; in writeTypeTable()