Searched defs:addFile (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 179 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { in addFile() function in ModuleDependencyCollector
|
H A D | PrecompiledPreamble.cpp | 179 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anon90aee0a50111::TemporaryFiles
|
/freebsd/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 | 840 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem 918 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 44 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 646 void addFile(const InputFile *file) { in addFile() function
|
H A D | Driver.cpp | 288 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.cpp | 52 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 318 void ScriptParser::addFile(StringRef s) { in addFile() function in ScriptParser
|
H A D | Driver.cpp | 266 void LinkerDriver::addFile(StringRef path, bool withLOption) { in addFile() function in LinkerDriver
|