Home
last modified time | relevance | path

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

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