Home
last modified time | relevance | path

Searched refs:findFromRecordPath (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/COFF/
DInputFiles.h324 static PDBInputFile *findFromRecordPath(StringRef path, ObjFile *fromFile);
DInputFiles.cpp884 PDBInputFile *PDBInputFile::findFromRecordPath(StringRef path, in findFromRecordPath() function in PDBInputFile
DDebugTypes.cpp423 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in getTypeServerSource()