Home
last modified time | relevance | path

Searched refs:NewFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbolTable.h102 void reportDuplicate(Symbol *Existing, InputFile *NewFile);
H A DSymbolTable.cpp342 void SymbolTable::reportDuplicate(Symbol *Existing, InputFile *NewFile) { in reportDuplicate() argument
345 toString(NewFile); in reportDuplicate()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbolTable.cpp435 static void reportDuplicate(Symbol *Sym, InputFile *NewFile, in reportDuplicate() argument
443 toString(Sym->File) + "\n>>> defined in " + toString(NewFile)); in reportDuplicate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp642 const FileEntry *NewFile) { in overrideFileContents() argument
643 assert(SourceFile->getSize() == NewFile->getSize() && in overrideFileContents()
649 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile; in overrideFileContents()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h918 const FileEntry *NewFile);