Home
last modified time | relevance | path

Searched refs:addFile (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp64 void FileCollector::addFile(const Twine &file) { in addFile() function in FileCollector
202 Collector->addFile(Path);
210 Collector->addFile(Path);
220 Collector->addFile(Dir);
225 Collector->addFile(It->path());
238 Collector->addFile(Path);
240 Collector->addFile(Output);
H A DVirtualFileSystem.cpp692 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
783 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
789 return addFile(P, ModificationTime, std::move(Buffer), User, Group, Type, in addFile()
799 return addFile(P, ModificationTime, in addFileNoOwn()
858 return this->addFile(FromPath, 0, nullptr, None, None, None, None, in addHardLink()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTypeRegistry.java105 addFile(messageType.getFile()); in add()
118 addFile(type.getFile()); in add()
131 private void addFile(FileDescriptor file) { in addFile() method in TypeRegistry.Builder
137 addFile(dependency); in addFile()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_icu.cpp124 listPkg->addFile(filesPath, start); in readList()
144 listPkg->addFile(filesPath, listname); in readList()
H A Dpkg_gencmn.cpp101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
207 addFile(getLongPathname(line), name, source, sourceTOC, verbose); in createCommonDataFile()
408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { in addFile() function
H A Dpackage.h112 void addFile(const char *filesPath, const char *name);
H A Dpackage.cpp1066 Package::addFile(const char *filesPath, const char *name) { in addFile() function in Package
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp124 listPkg->addFile(filesPath, start); in readList()
144 listPkg->addFile(filesPath, listname); in readList()
H A Dpkg_gencmn.cpp101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
207 addFile(getLongPathname(line), name, source, sourceTOC, verbose); in createCommonDataFile()
408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { in addFile() function
H A Dpackage.h112 void addFile(const char *filesPath, const char *name);
H A Dpackage.cpp1066 Package::addFile(const char *filesPath, const char *name) { in addFile() function in Package
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_icu.cpp124 listPkg->addFile(filesPath, start); in readList()
144 listPkg->addFile(filesPath, listname); in readList()
H A Dpkg_gencmn.cpp101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
207 addFile(getLongPathname(line), name, source, sourceTOC, verbose); in createCommonDataFile()
408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { in addFile() function
H A Dpackage.h112 void addFile(const char *filesPath, const char *name);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp175 void addFile(const std::shared_ptr<File> &file);
230 void Context::Impl::addFile(const std::shared_ptr<File> &file) in addFile() function in vk::dbg::Context::Impl
337 ctx->addFile(file); in createVirtualFile()
344 ctx->addFile(file); in createPhysicalFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileCollector.h28 void addFile(const Twine &file);
H A DVirtualFileSystem.h421 /// must be a file. If it is null then it adds the file as the public addFile.
422 bool addFile(const Twine &Path, time_t ModificationTime,
439 bool addFile(const Twine &Path, time_t ModificationTime,
/kernel/linux/linux-5.10/tools/perf/util/c++/
H A Dclang.cpp112 * before addFile. in getModuleFromSource()
115 MemFS->addFile(Twine(Name), 0, llvm::MemoryBuffer::getMemBuffer(Content)); in getModuleFromSource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCCodeView.h143 bool addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename,
/third_party/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp339 pkg->addFile(sourcePath, inFilename); in main()
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp339 pkg->addFile(sourcePath, inFilename); in main()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
H A Dicupkg.cpp339 pkg->addFile(sourcePath, inFilename); in main()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java554 addFile(messageType.getFile()); in add()
568 addFile(type.getFile()); in add()
584 private void addFile(FileDescriptor file) { in addFile() method in JsonFormat.TypeRegistry.Builder
590 addFile(dependency); in addFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
H A DMCStreamer.cpp274 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()

Completed in 36 milliseconds

12