| /llvm-project-15.0.7/llvm/unittests/Remarks/ |
| H A D | RemarksAPITest.cpp | 105 EXPECT_NE(R.Loc->SourceFilePath.data(), R2.Loc->SourceFilePath.data()); in TEST() 108 EXPECT_NE(R.Args.back().Loc->SourceFilePath.data(), in TEST() 109 R2.Args.back().Loc->SourceFilePath.data()); in TEST() 115 EXPECT_EQ(StrTab.add(R.Loc->SourceFilePath).second.data(), in TEST() 116 R2.Loc->SourceFilePath.data()); in TEST() 121 EXPECT_EQ(StrTab.add(R.Args.back().Loc->SourceFilePath).second.data(), in TEST() 122 R2.Args.back().Loc->SourceFilePath.data()); in TEST()
|
| H A D | BitstreamRemarksSerializerTest.cpp | 143 R.Loc->SourceFilePath = "path"; in TEST() 232 R.Args.back().Loc->SourceFilePath = "path"; in TEST() 263 R.Loc->SourceFilePath = "path"; in TEST() 271 R.Args.back().Loc->SourceFilePath = "argpath"; in TEST() 313 R.Loc->SourceFilePath = "path"; in TEST() 321 R.Args.back().Loc->SourceFilePath = "argpath"; in TEST()
|
| H A D | YAMLRemarksParsingTest.cpp | 419 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 444 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 591 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 616 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST()
|
| H A D | BitstreamRemarksParsingTest.cpp | 177 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 202 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/Remarks/ |
| H A D | Remark.h | 32 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);
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | RemarkStringTable.cpp | 47 Impl(R.Loc->SourceFilePath); in internalize() 52 Impl(Arg.Loc->SourceFilePath); in internalize()
|
| H A D | Remark.cpp | 41 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
|
| H A D | BitstreamRemarkSerializer.cpp | 283 R.push_back(StrTab.add(Loc->SourceFilePath).first); in emitRemarkBlock() 306 R.push_back(StrTab.add(Arg.Loc->SourceFilePath).first); in emitRemarkBlock()
|
| H A D | BitstreamRemarkParser.cpp | 556 R.Loc->SourceFilePath = *SourceFileName; in processRemark() 595 R.Args.back().Loc->SourceFilePath = *SourceFileName; in processRemark()
|
| H A D | YAMLRemarkSerializer.cpp | 80 StringRef File = RL.SourceFilePath; in mapping()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | ClangIncludeFixer.cpp | 276 llvm::StringRef SourceFilePath = options.getSourcePathList().front(); in includeFixerMain() local 294 tool.mapVirtualFile(SourceFilePath, Code->getBuffer()); in includeFixerMain() 359 createSymbolIndexManager(SourceFilePath); in includeFixerMain() 366 QuerySymbol, /*IsNestedSearch=*/true, SourceFilePath); in includeFixerMain() 380 IncludeFixerContext(SourceFilePath, {Symbol}, MatchedSymbols); in includeFixerMain()
|
| /llvm-project-15.0.7/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 58 StringRef SourceFilePath);
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 92 StringRef SourceFilePath) { in getCachedOrDownloadSource() argument 96 sys::path::convert_to_slash(SourceFilePath)); in getCachedOrDownloadSource()
|
| /llvm-project-15.0.7/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 587 StringRef SourceFilePath) { in loadFromSource() argument 593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource()
|
| /llvm-project-15.0.7/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 215 StringRef File = Loc->SourceFilePath; in readLocationInfo()
|