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.h205 convertToInterfaceFile(const Records &Slices);
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp338 llvm::MachO::convertToInterfaceFile(const Records &Slices) { in convertToInterfaceFile() function in llvm::MachO
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp433 return convertToInterfaceFile(*SlicesOrErr); in get()