/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCollector.cpp | 64 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 D | VirtualFileSystem.cpp | 692 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 D | TypeRegistry.java | 105 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 D | pkg_icu.cpp | 124 listPkg->addFile(filesPath, start); in readList() 144 listPkg->addFile(filesPath, listname); in readList()
|
H A D | pkg_gencmn.cpp | 101 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 D | package.h | 112 void addFile(const char *filesPath, const char *name);
|
H A D | package.cpp | 1066 Package::addFile(const char *filesPath, const char *name) { in addFile() function in Package
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_icu.cpp | 124 listPkg->addFile(filesPath, start); in readList() 144 listPkg->addFile(filesPath, listname); in readList()
|
H A D | pkg_gencmn.cpp | 101 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 D | package.h | 112 void addFile(const char *filesPath, const char *name);
|
H A D | package.cpp | 1066 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 D | pkg_icu.cpp | 124 listPkg->addFile(filesPath, start); in readList() 144 listPkg->addFile(filesPath, listname); in readList()
|
H A D | pkg_gencmn.cpp | 101 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 D | package.h | 112 void addFile(const char *filesPath, const char *name);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Context.cpp | 175 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 D | FileCollector.h | 28 void addFile(const Twine &file);
|
H A D | VirtualFileSystem.h | 421 /// 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 D | clang.cpp | 112 * 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 D | MCCodeView.h | 143 bool addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename,
|
/third_party/icu/icu4c/source/tools/icupkg/ |
H A D | icupkg.cpp | 339 pkg->addFile(sourcePath, inFilename); in main()
|
/third_party/node/deps/icu-small/source/tools/icupkg/ |
H A D | icupkg.cpp | 339 pkg->addFile(sourcePath, inFilename); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/icupkg/ |
H A D | icupkg.cpp | 339 pkg->addFile(sourcePath, inFilename); in main()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | JsonFormat.java | 554 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 D | MCCodeView.cpp | 46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
|
H A D | MCStreamer.cpp | 274 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
|