Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp50 static std::unique_ptr<raw_fd_ostream> openFile(StringRef File) { in openFile() function
H A DWriter.cpp2445 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
/freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp58 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp183 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, in getFile()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp1308 void Writer::openFile(StringRef Path) { in openFile() function in Writer