Lines Matching refs:InterfaceFile
131 static std::unique_ptr<InterfaceFile>
140 std::unique_ptr<InterfaceFile> IF;
197 std::unique_ptr<InterfaceFile> Out = nullptr) {
212 std::unique_ptr<InterfaceFile> Out;
225 static void stubifyImpl(std::unique_ptr<InterfaceFile> IF, Context &Ctx) {
246 StringMap<std::unique_ptr<InterfaceFile>> Dylibs;
465 std::function<llvm::Expected<std::unique_ptr<InterfaceFile>>(
466 const llvm::MachO::InterfaceFile &, Architecture)>;
570 return handleSingleFileAction(Ctx, "extract", &InterfaceFile::extract);
572 return handleSingleFileAction(Ctx, "remove", &InterfaceFile::remove);