Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp61 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp198 getFile(StringRef Filename,bool openFile,bool CacheFailure) getFile() argument
206 getFileRef(StringRef Filename,bool openFile,bool CacheFailure) getFileRef() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp33 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp97 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1143 void Writer::openFile() { openFile() function in Writer
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2943 template <class ELFT> void Writer<ELFT>::openFile() { openFile() function in Writer
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1777 void Writer::openFile(StringRef path) { openFile() function in Writer