Home
last modified time | relevance | path

Searched refs:SourceFilePath (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h33 StringRef SourceFilePath; member
162 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);
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp47 Impl(R.Loc->SourceFilePath); in internalize()
52 Impl(Arg.Loc->SourceFilePath); in internalize()
H A DRemark.cpp41 << "File: " << SourceFilePath << ", Line: " << SourceLine in print()
79 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
H A DBitstreamRemarkSerializer.cpp285 R.push_back(StrTab.add(Loc->SourceFilePath).first); in emitRemarkBlock()
308 R.push_back(StrTab.add(Arg.Loc->SourceFilePath).first); in emitRemarkBlock()
H A DBitstreamRemarkParser.cpp557 R.Loc->SourceFilePath = *SourceFileName; in processRemark()
596 R.Args.back().Loc->SourceFilePath = *SourceFileName; in processRemark()
H A DYAMLRemarkSerializer.cpp81 StringRef File = RL.SourceFilePath; in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h67 StringRef SourceFilePath);
72 StringRef SourceFilePath);
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp124 StringRef SourceFilePath) { in getDebuginfodSourceUrlPath() argument
128 sys::path::convert_to_slash(SourceFilePath)); in getDebuginfodSourceUrlPath()
133 StringRef SourceFilePath) { in getCachedOrDownloadSource() argument
134 std::string UrlPath = getDebuginfodSourceUrlPath(ID, SourceFilePath); in getCachedOrDownloadSource()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp