Home
last modified time | relevance | path

Searched defs:Filename (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/external/llvm-project/llvm/lib/Support/
DToolOutputFile.cpp18 static bool isStdout(StringRef Filename) { return Filename == "-"; } in isStdout()
20 ToolOutputFile::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
40 ToolOutputFile::ToolOutputFile(StringRef Filename, std::error_code &EC, in ToolOutputFile()
55 ToolOutputFile::ToolOutputFile(StringRef Filename, int FD) in ToolOutputFile()
DMemoryBuffer.cpp143 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize, in getFileOrSTDIN()
245 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, in getFile()
259 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux()
273 WritableMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, in getFile()
281 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice()
378 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize, in getReadWriteFile()
419 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { in getFile()
425 WriteThroughMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice()
432 getOpenFileImpl(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
496 MemoryBuffer::getOpenFile(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
[all …]
DGraphWriter.cpp79 static std::string replaceIllegalFilenameChars(std::string Filename, in replaceIllegalFilenameChars()
97 SmallString<128> Filename; in createGraphFilename() local
119 StringRef Filename, bool wait, in ExecGraphViewer()
175 std::string Filename = std::string(FilenameRef); in DisplayGraph() local
/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp49 if (Optional<StringRef> Filename = SM.getNonBuiltinFilenameForID( in FileChanged() local
59 StringRef Filename = in FileSkipped() local
85 StringRef Filename = in HasInclude() local
102 StringRef Filename = Entry.getName(); in moduleMapFileRead() local
135 void DependencyCollector::maybeAddDependency(StringRef Filename, in maybeAddDependency()
143 bool DependencyCollector::addDependency(StringRef Filename) { in addDependency()
151 static bool isSpecialFilename(StringRef Filename) { in isSpecialFilename()
158 bool DependencyCollector::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
198 bool DependencyFileGenerator::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
272 static void PrintFilename(raw_ostream &OS, StringRef Filename, in PrintFilename()
/external/llvm/lib/Support/
DToolOutputFile.cpp19 tool_output_file::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
37 tool_output_file::tool_output_file(StringRef Filename, std::error_code &EC, in tool_output_file()
45 tool_output_file::tool_output_file(StringRef Filename, int FD) in tool_output_file()
DDataStream.cpp64 std::error_code OpenFile(const std::string &Filename) { in OpenFile()
78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DToolOutputFile.cpp18 ToolOutputFile::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
36 ToolOutputFile::ToolOutputFile(StringRef Filename, std::error_code &EC, in ToolOutputFile()
44 ToolOutputFile::ToolOutputFile(StringRef Filename, int FD) in ToolOutputFile()
DMemoryBuffer.cpp143 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize, in getFileOrSTDIN()
231 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, in getFile()
245 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux()
259 WritableMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, in getFile()
267 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice()
364 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize, in getReadWriteFile()
405 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { in getFile()
411 WriteThroughMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice()
418 getOpenFileImpl(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
482 MemoryBuffer::getOpenFile(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
[all …]
/external/llvm-project/clang/lib/Serialization/
DInMemoryModuleCache.cpp25 InMemoryModuleCache::addPCM(llvm::StringRef Filename, in addPCM()
33 InMemoryModuleCache::addBuiltPCM(llvm::StringRef Filename, in addBuiltPCM()
59 bool InMemoryModuleCache::tryToDropPCM(llvm::StringRef Filename) { in tryToDropPCM()
73 void InMemoryModuleCache::finalizePCM(llvm::StringRef Filename) { in finalizePCM()
/external/llvm-project/llvm/tools/dsymutil/
DBinaryHolder.cpp23 getArchiveAndObjectName(StringRef Filename) { in getArchiveAndObjectName()
29 static bool isArchive(StringRef Filename) { return Filename.endswith(")"); } in isArchive()
32 getMachOFatMemoryBuffers(StringRef Filename, MemoryBuffer &Mem, in getMachOFatMemoryBuffers()
45 StringRef Filename, in load()
90 StringRef Filename, bool Verbose) { in load()
152 BinaryHolder::ArchiveEntry::getObjectEntry(StringRef Filename, in getObjectEntry()
218 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) { in getObjectEntry()
/external/clang/lib/Frontend/
DDependencyFile.cpp54 StringRef Filename = in FileChanged() local
85 StringRef Filename = Entry.getName(); in moduleMapFileRead() local
118 void DependencyCollector::maybeAddDependency(StringRef Filename, bool FromModule, in maybeAddDependency()
126 static bool isSpecialFilename(StringRef Filename) { in isSpecialFilename()
133 bool DependencyCollector::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
260 bool DFGImpl::FileMatchesDepCriteria(const char *Filename, in FileMatchesDepCriteria()
287 StringRef Filename = FE->getName(); in FileChanged() local
311 void DFGImpl::AddFilename(StringRef Filename) { in AddFilename()
364 static void PrintFilename(raw_ostream &OS, StringRef Filename, in PrintFilename()
461 bool DFGASTReaderListener::visitInputFile(llvm::StringRef Filename, in visitInputFile()
[all …]
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp341 for (auto &Filename : InputFilenames) { in printIndexStats() local
377 for (auto &Filename : InputFilenames) { in listSymbols() local
389 static std::unique_ptr<MemoryBuffer> loadFile(StringRef Filename) { in loadFile()
396 for (auto &Filename : InputFilenames) { in listDependentLibraries() local
422 for (auto &Filename : InputFilenames) { in printMachOCPUOnly() local
448 for (auto &Filename : InputFilenames) { in createCombinedModuleSummaryIndex() local
501 const auto &Filename = ModPath.first(); in loadAllFilesForIndex() local
545 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
606 auto &Filename = InputFilenames[i]; in thinLink() local
638 for (auto &Filename : InputFilenames) { in distributedIndexes() local
[all …]
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningFilesystem.cpp19 StringRef Filename, llvm::vfs::FileSystem &FS, bool Minimize) { in createFileEntry()
131 static bool shouldMinimize(StringRef Filename) { in shouldMinimize()
145 static bool shouldCacheStatFailures(StringRef Filename) { in shouldCacheStatFailures()
154 const StringRef Filename) { in getOrCreateFileSystemEntry()
202 StringRef Filename = Path.toStringRef(OwnedFilename); in status() local
264 StringRef Filename = Path.toStringRef(OwnedFilename); in openFileForRead() local
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp269 for (auto &Filename : InputFilenames) { in listSymbols() local
288 for (auto &Filename : InputFilenames) { in createCombinedModuleSummaryIndex() local
347 const auto &Filename = ModPath.first(); in loadAllFilesForIndex() local
366 static std::unique_ptr<Module> loadModule(StringRef Filename, in loadModule()
384 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
440 auto &Filename = InputFilenames[i]; in thinLink() local
471 for (auto &Filename : InputFilenames) { in distributedIndexes() local
503 for (auto &Filename : InputFilenames) { in emitImports() local
525 for (auto &Filename : InputFilenames) { in promote() local
556 for (auto &Filename : InputFilenames) { in import() local
[all …]
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp23 getMachOFatMemoryBuffers(StringRef Filename, MemoryBuffer &Mem, in getMachOFatMemoryBuffers()
45 BinaryHolder::GetMemoryBuffersForFile(StringRef Filename, in GetMemoryBuffersForFile()
89 BinaryHolder::GetArchiveMemberBuffers(StringRef Filename, in GetArchiveMemberBuffers()
134 BinaryHolder::MapArchiveAndGetMemberBuffers(StringRef Filename, in MapArchiveAndGetMemberBuffers()
183 BinaryHolder::GetObjectFiles(StringRef Filename, sys::TimeValue Timestamp) { in GetObjectFiles()
/external/llvm-project/polly/lib/Support/
DDumpModulePass.cpp33 std::string Filename; member in __anon66a288fb0111::DumpModule
44 explicit DumpModule(llvm::StringRef Filename, bool IsSuffix) in DumpModule()
83 ModulePass *polly::createDumpModulePass(llvm::StringRef Filename, in createDumpModulePass()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp76 static void error(StringRef Filename, std::error_code EC) { in error()
83 static void DumpObjectFile(ObjectFile &Obj, Twine Filename) { in DumpObjectFile()
92 static void DumpInput(StringRef Filename) { in DumpInput()
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp73 getDirectoryFromFile(FileManager &FileMgr, StringRef Filename, in getDirectoryFromFile()
196 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile()
204 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef()
341 const FileEntry *FileManager::getVirtualFile(StringRef Filename, off_t Size, in getVirtualFile()
346 FileEntryRef FileManager::getVirtualFileRef(StringRef Filename, off_t Size, in getVirtualFileRef()
495 StringRef Filename = Entry->getName(); in getBufferForFile() local
510 FileManager::getBufferForFileImpl(StringRef Filename, int64_t FileSize, in getBufferForFileImpl()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp54 std::string RewriteFilename(const std::string &Filename, int &fd) override { in RewriteFilename()
68 std::string RewriteFilename(const std::string &Filename, int &fd) override { in RewriteFilename()
79 std::string RewriteFilename(const std::string &Filename, int &fd) override { in RewriteFilename()
90 StringRef Filename) { in BeginSourceFileAction()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestWorkspace.h34 void addSource(llvm::StringRef Filename, llvm::StringRef Code) { in addSource()
37 void addMainFile(llvm::StringRef Filename, llvm::StringRef Code) { in addMainFile()
DTestWorkspace.cpp32 Optional<ParsedAST> TestWorkspace::openFile(llvm::StringRef Filename) { in openFile()
43 void TestWorkspace::addInput(llvm::StringRef Filename, in addInput()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp65 std::error_code OpenFile(const std::string &Filename) { in OpenFile()
79 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/external/llvm-project/clang/lib/Driver/
DXRayArgs.cpp144 for (const auto &Filename : in XRayArgs() local
153 for (const auto &Filename : in XRayArgs() local
162 for (const auto &Filename : in XRayArgs() local
/external/clang/lib/Basic/
DFileManager.cpp105 StringRef Filename, in getDirectoryFromFile()
212 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, in getFile()
322 FileManager::getVirtualFile(StringRef Filename, off_t Size, in getVirtualFile()
423 const char *Filename = Entry->getName(); in getBufferForFile() local
449 FileManager::getBufferForFile(StringRef Filename) { in getBufferForFile()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp169 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize, in getFileOrSTDIN()
256 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, in getFile()
268 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux()
339 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
417 MemoryBuffer::getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
424 MemoryBuffer::getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, in getOpenFileSlice()
442 MemoryBuffer::getFileAsStream(const Twine &Filename) { in getFileAsStream()

12345678910>>...19