Home
last modified time | relevance | path

Searched refs:fromFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.h326 static void enqueue(StringRef path, ObjFile *fromFile);
328 static PDBInputFile *findFromRecordPath(StringRef path, ObjFile *fromFile);
H A DInputFiles.cpp887 ObjFile *fromFile) { in findFromRecordPath() argument
888 auto p = findPdbPath(path.str(), fromFile); in findFromRecordPath()
897 void PDBInputFile::enqueue(StringRef path, ObjFile *fromFile) { in enqueue() argument
898 auto p = findPdbPath(path.str(), fromFile); in enqueue()