Searched refs:InputOrErr (Results 1 – 2 of 2) sorted by relevance
544 auto InputOrErr = MemoryBuffer::getFile(Filename); in loadAllFilesForIndex() local545 error(InputOrErr, "error " + CurrentActivity); in loadAllFilesForIndex()546 InputBuffers.push_back(std::move(*InputOrErr)); in loadAllFilesForIndex()650 auto InputOrErr = MemoryBuffer::getFile(Filename); in thinLink() local651 error(InputOrErr, "error " + CurrentActivity); in thinLink()652 InputBuffers.push_back(std::move(*InputOrErr)); in thinLink()863 auto InputOrErr = MemoryBuffer::getFile(Filename); in codegen() local864 error(InputOrErr, "error " + CurrentActivity); in codegen()865 InputBuffers.push_back(std::move(*InputOrErr)); in codegen()903 error(InputOrErr, "error " + CurrentActivity); in runAll()[all …]
6428 if (auto InputOrErr = import(S->getInputConstraintLiteral(I))) in VisitGCCAsmStmt() local6429 Constraints.push_back(*InputOrErr); in VisitGCCAsmStmt()6431 return InputOrErr.takeError(); in VisitGCCAsmStmt()