Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp61 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp208 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile()
216 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp37 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { openFile() function
H A DWriter.cpp1157 void Writer::openFile() { in openFile() function in Writer
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp34 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { openFile() function in GsymReader
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp97 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2746 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1781 void Writer::openFile(StringRef path) { in openFile() function in Writer