Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkStringTable.cpp47 Impl(R.Loc->SourceFilePath); in internalize()
52 Impl(Arg.Loc->SourceFilePath); in internalize()
DRemark.cpp42 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
DBitstreamRemarkSerializer.cpp283 R.push_back(StrTab.add(Loc->SourceFilePath).first); in emitRemarkBlock()
306 R.push_back(StrTab.add(Arg.Loc->SourceFilePath).first); in emitRemarkBlock()
DBitstreamRemarkParser.cpp556 R.Loc->SourceFilePath = *SourceFileName; in processRemark()
595 R.Args.back().Loc->SourceFilePath = *SourceFileName; in processRemark()
DYAMLRemarkSerializer.cpp80 StringRef File = RL.SourceFilePath; in mapping()