Home
last modified time | relevance | path

Searched defs:InterfaceFile (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIReader.h20 class InterfaceFile; variable
H A DInterfaceFile.h107 InterfaceFile(std::unique_ptr<SymbolSet> &&InputSymbols) in InterfaceFile() function
110 InterfaceFile() : SymbolsSet(std::make_unique<SymbolSet>()){}; in InterfaceFile() function
H A DRecordsSlice.h198 class InterfaceFile; variable
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubHelpers.h52 void (*Transform)(MachO::InterfaceFile *)) { in checkEqualityOnTransform()
/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h34 using InterfaceFile = llvm::MachO::InterfaceFile; variable
/llvm-project/clang/tools/clang-installapi/
H A DClangInstallAPI.cpp172 std::function<void(InterfaceFile *, StringRef, const Target &)> Add) { in run() argument
/llvm-project/lld/MachO/
H A DInputFiles.h35 class InterfaceFile; variable
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp515 StringRef InterfaceFile = I.second; in copySwiftInterfaces() local