Lines Matching defs:FH
1216 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr;
1217 assert(FH);
1218 return FH->listBundleIDs(DecompressedInput);
1343 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr;
1344 assert(FH);
1347 if (Error Err = FH->WriteHeader(BufferStream, InputBuffers))
1354 if (Error Err = FH->WriteBundleStart(BufferStream, Triple))
1356 if (Error Err = FH->WriteBundle(BufferStream, **Input))
1358 if (Error Err = FH->WriteBundleEnd(BufferStream, Triple))
1388 return FH->finalizeOutputFile();
1416 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr;
1417 assert(FH);
1420 if (Error Err = FH->ReadHeader(Input))
1436 FH->ReadBundleStart(Input);
1463 if (Error Err = FH->ReadBundle(OutputFile, Input))
1465 if (Error Err = FH->ReadBundleEnd(Input))