Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp203 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { in addFile() function in ModuleDependencyCollector
H A DPrecompiledPreamble.cpp177 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anon186f2d1c0111::TemporaryFiles
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase
H A DVirtualFileSystem.cpp814 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
891 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h643 void addFile(const InputFile *file) { in addFile() function
H A DDriver.cpp268 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp241 void LinkerDriver::addFile(StringRef path) { in addFile() function in lld::wasm::LinkerDriver
H A DSymbolTable.cpp27 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::wasm::SymbolTable
/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbolTable.cpp37 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable
/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp292 void ScriptParser::addFile(StringRef s) { in addFile() function in ScriptParser
H A DDriver.cpp228 void LinkerDriver::addFile(StringRef path, bool withLOption) { in addFile() function in LinkerDriver