Lines Matching refs:ModFileWriter
101 bool ModFileWriter::WriteAll() { in WriteAll()
109 void ModFileWriter::WriteAll(const Scope &scope) { in WriteAll()
115 void ModFileWriter::WriteOne(const Scope &scope) { in WriteOne()
133 void ModFileWriter::Write(const Symbol &symbol) { in Write()
148 std::string ModFileWriter::GetAsString(const Symbol &symbol) { in GetAsString()
179 void ModFileWriter::PutSymbols(const Scope &scope) { in PutSymbols()
209 bool ModFileWriter::PutComponents(const Symbol &typeSymbol) { in PutComponents()
260 void ModFileWriter::PutSymbol( in PutSymbol()
338 void ModFileWriter::PutDerivedType( in PutDerivedType()
376 void ModFileWriter::PutDECStructure( in PutDECStructure()
421 void ModFileWriter::PutSubprogram(const Symbol &symbol) { in PutSubprogram()
482 ModFileWriter writer{context_}; in PutSubprogram()
506 void ModFileWriter::PutGeneric(const Symbol &symbol) { in PutGeneric()
521 void ModFileWriter::PutUse(const Symbol &symbol) { in PutUse()
547 void ModFileWriter::PutUseExtraAttr( in PutUseExtraAttr()
613 void ModFileWriter::PutEntity(llvm::raw_ostream &os, const Symbol &symbol) { in PutEntity()
658 void ModFileWriter::PutObjectEntity( in PutObjectEntity()
680 void ModFileWriter::PutProcEntity(llvm::raw_ostream &os, const Symbol &symbol) { in PutProcEntity()
717 void ModFileWriter::PutTypeParam(llvm::raw_ostream &os, const Symbol &symbol) { in PutTypeParam()
760 void ModFileWriter::PutEntity(llvm::raw_ostream &os, const Symbol &symbol, in PutEntity()