Searched refs:SourceFilePath (Results 1 – 11 of 11) sorted by relevance
33 StringRef SourceFilePath; member162 return LHS.SourceFilePath == RHS.SourceFilePath &&172 return std::make_tuple(LHS.SourceFilePath, LHS.SourceLine, LHS.SourceColumn) <173 std::make_tuple(RHS.SourceFilePath, RHS.SourceLine, RHS.SourceColumn);
47 Impl(R.Loc->SourceFilePath); in internalize()52 Impl(Arg.Loc->SourceFilePath); in internalize()
41 << "File: " << SourceFilePath << ", Line: " << SourceLine in print()79 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
285 R.push_back(StrTab.add(Loc->SourceFilePath).first); in emitRemarkBlock()308 R.push_back(StrTab.add(Arg.Loc->SourceFilePath).first); in emitRemarkBlock()
557 R.Loc->SourceFilePath = *SourceFileName; in processRemark()596 R.Args.back().Loc->SourceFilePath = *SourceFileName; in processRemark()
81 StringRef File = RL.SourceFilePath; in mapping()
67 StringRef SourceFilePath);72 StringRef SourceFilePath);
84 std::string Loc = Remark.Loc->SourceFilePath.str() + ":" + in tryInstructionCount()139 std::string Loc = Remark.Loc->SourceFilePath.str() + ":" + in tryAnnotationCount()
180 return Remark.Loc->SourceFilePath.str() + ":" + Remark.FunctionName.str(); in getGroupByKey()181 return Remark.Loc->SourceFilePath.str(); in getGroupByKey()
124 StringRef SourceFilePath) { in getDebuginfodSourceUrlPath() argument128 sys::path::convert_to_slash(SourceFilePath)); in getDebuginfodSourceUrlPath()133 StringRef SourceFilePath) { in getCachedOrDownloadSource() argument134 std::string UrlPath = getDebuginfodSourceUrlPath(ID, SourceFilePath); in getCachedOrDownloadSource()
587 StringRef SourceFilePath) { in loadFromSource() argument593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource()