Home
last modified time | relevance | path

Searched defs:addFile (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp178 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { addFile() function in ModuleDependencyCollector
H A DPrecompiledPreamble.cpp177 void TemporaryFiles::addFile(StringRef File) { addFile() function in __anon643cc7b70111::TemporaryFiles
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase
H A DVirtualFileSystem.cpp816 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 DMCCodeView.cpp47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, addFile() function in CodeViewContext
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h631 void addFile(const InputFile *file) { addFile() function
H A DDriver.cpp273 static InputFile *addFile(StringRef path, LoadType loadType, addFile() function
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp52 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp296 void ScriptParser::addFile(StringRef s) { addFile() function in ScriptParser
[all...]
H A DDriver.cpp264 void LinkerDriver::addFile(StringRef path, bool withLOption) { addFile() function in LinkerDriver