Lines Matching refs:Generator
332 llvm::OnDiskChainedHashTableGenerator<IdentifierTableInfo> Generator; in writeIdentifierBlock() local
334 Generator.insert(II.first(), II.second); in writeIdentifierBlock()
340 Offset = Generator.Emit(BlobStream); in writeIdentifierBlock()
612 llvm::OnDiskChainedHashTableGenerator<ContextIDTableInfo> Generator; in writeContextBlock() local
614 Generator.insert(OC.first, OC.second.first); in writeContextBlock()
620 Offset = Generator.Emit(BlobStream); in writeContextBlock()
631 llvm::OnDiskChainedHashTableGenerator<ContextInfoTableInfo> Generator; in writeContextBlock() local
633 Generator.insert(OC.second.first, OC.second.second); in writeContextBlock()
639 Offset = Generator.Emit(BlobStream); in writeContextBlock()
722 llvm::OnDiskChainedHashTableGenerator<ObjCPropertyTableInfo> Generator; in writeObjCPropertyBlock() local
724 Generator.insert(OP.first, OP.second); in writeObjCPropertyBlock()
730 Offset = Generator.Emit(BlobStream); in writeObjCPropertyBlock()
818 llvm::OnDiskChainedHashTableGenerator<ObjCMethodTableInfo> Generator; in writeObjCMethodBlock() local
820 Generator.insert(OM.first, OM.second); in writeObjCMethodBlock()
826 Offset = Generator.Emit(BlobStream); in writeObjCMethodBlock()
845 llvm::OnDiskChainedHashTableGenerator<CXXMethodTableInfo> Generator; in writeCXXMethodBlock() local
847 Generator.insert(MD.first, MD.second); in writeCXXMethodBlock()
853 Offset = Generator.Emit(BlobStream); in writeCXXMethodBlock()
913 llvm::OnDiskChainedHashTableGenerator<ObjCSelectorTableInfo> Generator; in writeObjCSelectorBlock() local
915 Generator.insert(S.first, S.second); in writeObjCSelectorBlock()
921 Offset = Generator.Emit(BlobStream); in writeObjCSelectorBlock()
970 llvm::OnDiskChainedHashTableGenerator<GlobalVariableTableInfo> Generator; in writeGlobalVariableBlock() local
972 Generator.insert(GV.first, GV.second); in writeGlobalVariableBlock()
978 Offset = Generator.Emit(BlobStream); in writeGlobalVariableBlock()
1083 llvm::OnDiskChainedHashTableGenerator<GlobalFunctionTableInfo> Generator; in writeGlobalFunctionBlock() local
1085 Generator.insert(F.first, F.second); in writeGlobalFunctionBlock()
1091 Offset = Generator.Emit(BlobStream); in writeGlobalFunctionBlock()
1137 llvm::OnDiskChainedHashTableGenerator<EnumConstantTableInfo> Generator; in writeEnumConstantBlock() local
1139 Generator.insert(EC.first, EC.second); in writeEnumConstantBlock()
1145 Offset = Generator.Emit(BlobStream); in writeEnumConstantBlock()
1250 llvm::OnDiskChainedHashTableGenerator<TagTableInfo> Generator; in writeTagBlock() local
1252 Generator.insert(T.first, T.second); in writeTagBlock()
1258 Offset = Generator.Emit(BlobStream); in writeTagBlock()
1300 llvm::OnDiskChainedHashTableGenerator<TypedefTableInfo> Generator; in writeTypedefBlock() local
1302 Generator.insert(T.first, T.second); in writeTypedefBlock()
1308 Offset = Generator.Emit(BlobStream); in writeTypedefBlock()