Searched defs:addFile (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 178 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { addFile() function in ModuleDependencyCollector
|
H A D | PrecompiledPreamble.cpp | 177 void TemporaryFiles::addFile(StringRef File) { addFile() function in __anon643cc7b70111::TemporaryFiles
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase
|
H A D | VirtualFileSystem.cpp | 816 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, addFile() function in llvm::vfs::InMemoryFileSystem 893 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, addFile() function in llvm::vfs::InMemoryFileSystem
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, addFile() function in CodeViewContext
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 631 void addFile(const InputFile *file) { addFile() function
|
H A D | Driver.cpp | 273 static InputFile *addFile(StringRef path, LoadType loadType, addFile() function [all...] |
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.cpp | 52 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 296 void ScriptParser::addFile(StringRef s) { addFile() function in ScriptParser [all...] |
H A D | Driver.cpp | 264 void LinkerDriver::addFile(StringRef path, bool withLOption) { addFile() function in LinkerDriver
|