Searched refs:ChildBufOrErr (Results 1 – 2 of 2) sorted by relevance
148 auto ChildBufOrErr = Child.getMemoryBufferRef(); in processInput() local149 if (ChildBufOrErr) in processInput()150 processInput(*ChildBufOrErr); in processInput()152 errorHandler(ChildBufOrErr.takeError()); in processInput()
1259 Expected<MemoryBufferRef> ChildBufOrErr = Child.getMemoryBufferRef(); in create() local1260 if (!ChildBufOrErr) in create()1261 return ChildBufOrErr.takeError(); in create()1264 ChildBufOrErr.get(), Arch, ObjectFileBuffers, CompilationDir, in create()