Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp179 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { in addFile() function in ModuleDependencyCollector
H A DPrecompiledPreamble.cpp179 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anon90aee0a50111::TemporaryFiles
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase
H A DVirtualFileSystem.cpp840 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 DMCCodeView.cpp44 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h646 void addFile(const InputFile *file) { in addFile() function
H A DDriver.cpp288 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp52 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp318 void ScriptParser::addFile(StringRef s) { in addFile() function in ScriptParser
H A DDriver.cpp266 void LinkerDriver::addFile(StringRef path, bool withLOption) { in addFile() function in LinkerDriver