Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestWorkspace.cpp38 std::optional<ParsedAST> TestWorkspace::openFile(llvm::StringRef Filename) { in openFile() function in clang::clangd::TestWorkspace
/llvm-project/lld/Common/
H A DFilesystem.cpp135 std::unique_ptr<raw_fd_ostream> lld::openFile(StringRef file) { in openFile() function in lld
/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/
H A DFile.cpp21 void SparseTensorReader::openFile() { in openFile() function in SparseTensorReader
/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp61 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { openFile() function
/llvm-project/clang/lib/Basic/
H A DFileManager.cpp208 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() argument
216 bool openFile, in getFileRef() argument
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp33 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { openFile() function in GsymReader
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp97 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { openFile() function
/llvm-project/lld/wasm/
H A DWriter.cpp1851 void Writer::openFile() { openFile() function in lld::wasm::Writer
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp351 std::unique_ptr<MemoryBuffer> opts::openFile(const std::string &Filename) { openFile() function in opts
/llvm-project/lld/MachO/
H A DWriter.cpp1160 void Writer::openFile() { openFile() function in Writer
/llvm-project/lld/ELF/
H A DWriter.cpp2714 template <class ELFT> void Writer<ELFT>::openFile() { openFile() function in Writer
/llvm-project/lld/COFF/
H A DWriter.cpp1781 void Writer::openFile(StringRef path) { openFile() function in Writer