Searched refs:objFile (Results 1 – 3 of 3) sorted by relevance
255 ToolOutputFile objFile(Filename, FD); in compileOptimizedToFile() local257 bool genResult = compileOptimized(&objFile.os()); in compileOptimizedToFile()258 objFile.os().close(); in compileOptimizedToFile()259 if (objFile.os().has_error()) { in compileOptimizedToFile()261 objFile.os().error().message()) in compileOptimizedToFile()263 objFile.os().clear_error(); in compileOptimizedToFile()268 objFile.keep(); in compileOptimizedToFile()
941 const File *objFile = &atom->file(); in findOrderOrdinal() local942 assert(objFile); in findOrderOrdinal()943 StringRef objName = objFile->path(); in findOrderOrdinal()
804 const File *objFile = nullptr; in synthesizeDebugNotes() local819 if (&info.atom->file() != objFile) { in synthesizeDebugNotes()935 for (const auto *objFile : filesWithStabs) { in synthesizeDebugNotes() local937 cast<mach_o::StabsDebugInfo>(objFile->debugInfo())->stabs(); in synthesizeDebugNotes()