Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h32 StringRef SourceFilePath; member
129 return LHS.SourceFilePath == RHS.SourceFilePath &&
139 return std::make_tuple(LHS.SourceFilePath, LHS.SourceLine, LHS.SourceColumn) <
140 std::make_tuple(RHS.SourceFilePath, RHS.SourceLine, RHS.SourceColumn);
/freebsd-13.1/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 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
H A DBitstreamRemarkSerializer.cpp282 R.push_back(StrTab.add(Loc->SourceFilePath).first); in emitRemarkBlock()
305 R.push_back(StrTab.add(Arg.Loc->SourceFilePath).first); in emitRemarkBlock()
H A DBitstreamRemarkParser.cpp555 R.Loc->SourceFilePath = *SourceFileName; in processRemark()
594 R.Args.back().Loc->SourceFilePath = *SourceFileName; in processRemark()
H A DYAMLRemarkSerializer.cpp81 StringRef File = RL.SourceFilePath; in mapping()
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp563 StringRef SourceFilePath) { in loadFromSource() argument
569 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource()