Searched refs:IRMods (Results 1 – 1 of 1) sorted by relevance
346 Error Builder::build(ArrayRef<Module *> IRMods) { in build() argument349 assert(!IRMods.empty()); in build()352 setStr(Hdr.TargetTriple, IRMods[0]->getTargetTriple().str()); in build()353 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()354 TT = IRMods[0]->getTargetTriple(); in build()356 for (auto *M : IRMods) in build()