Home
last modified time | relevance | path

Searched refs:convertToInterfaceFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h199 std::unique_ptr<InterfaceFile> convertToInterfaceFile(const Records &Slices);
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp337 llvm::MachO::convertToInterfaceFile(const Records &Slices) { in convertToInterfaceFile() function in llvm::MachO
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp434 return convertToInterfaceFile(*SlicesOrErr); in get()