Searched defs:openFile (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp57 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { function
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp46 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { function in namespace:lld::coff
H A DWriter.cpp1474 void Writer::openFile(StringRef path) { function in class:lld::coff::Writer
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp50 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { function in namespace:lld::elf
H A DWriter.cpp2578 template <class ELFT> void Writer<ELFT>::openFile() { function in class:lld::elf::Writer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp34 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { function in class:GsymReader
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp195 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { argument
203 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { argument

Completed in 179 milliseconds