Searched refs:SrcFile (Results 1 – 3 of 3) sorted by relevance
173 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA() local
627 auto SrcFile = std::make_unique<NativeSourceFile>(Session, Id, Checksums); in getOrCreateSourceFile() local628 SourceFiles.push_back(std::move(SrcFile)); in getOrCreateSourceFile()
198 static std::string getObjFilePath(StringRef SrcFile) { in getObjFilePath() argument199 SmallString<128> ObjFileName(SrcFile); in getObjFilePath()