Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp135 std::unique_ptr<raw_fd_ostream> lld::openFile(StringRef file) { in openFile() function in lld
/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.cpp198 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile()
206 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp33 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in 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/MachO/
H A DWriter.cpp1143 void Writer::openFile() { in openFile() function in Writer
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2943 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1777 void Writer::openFile(StringRef path) { in openFile() function in Writer