Lines Matching refs:ObjFile
54 if (auto *f = dyn_cast<ObjFile>(file)) { in addFile()
55 ObjFile::instances.push_back(f); in addFile()
153 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations()
204 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations()
210 if (auto *o = dyn_cast<ObjFile>(file)) in getSymbolLocations()
378 const std::vector<ObjFile *> objFiles, in reportProblemSymbols()
421 for (ObjFile *file : objFiles) in reportProblemSymbols()
455 /* localImports */ nullptr, ObjFile::instances, in reportUnresolvable()
519 ObjFile::instances, /* bitcode files no longer needed */ nullptr); in resolveRemainingUndefines()
612 static std::string getSourceLocationObj(ObjFile *file, SectionChunk *sc, in getSourceLocationObj()
633 if (auto *o = dyn_cast<ObjFile>(file)) in getSourceLocation()
655 if (d && isa<ObjFile>(d->getFile())) { in reportDuplicate()
802 for (ObjFile *file : ObjFile::instances) { in getChunks()
884 ObjFile *obj = cast<ObjFile>(newObj); in addCombinedLTOObjects()
886 ObjFile::instances.push_back(obj); in addCombinedLTOObjects()