Searched defs:InterfaceFile (Results 1 – 8 of 8) sorted by relevance
20 class InterfaceFile; variable
107 InterfaceFile(std::unique_ptr<SymbolSet> &&InputSymbols) in InterfaceFile() function110 InterfaceFile() : SymbolsSet(std::make_unique<SymbolSet>()){}; in InterfaceFile() function
198 class InterfaceFile; variable
52 void (*Transform)(MachO::InterfaceFile *)) { in checkEqualityOnTransform()
34 using InterfaceFile = llvm::MachO::InterfaceFile; variable
172 std::function<void(InterfaceFile *, StringRef, const Target &)> Add) { in run() argument
35 class InterfaceFile; variable
515 StringRef InterfaceFile = I.second; in copySwiftInterfaces() local