| /llvm-project/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 | 145 R.Loc->SourceFilePath = "path"; in TEST() 234 R.Args.back().Loc->SourceFilePath = "path"; in TEST() 265 R.Loc->SourceFilePath = "path"; in TEST() 273 R.Args.back().Loc->SourceFilePath = "argpath"; in TEST() 315 R.Loc->SourceFilePath = "path"; in TEST() 323 R.Args.back().Loc->SourceFilePath = "argpath"; in TEST()
|
| H A D | YAMLRemarksParsingTest.cpp | 431 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 456 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 603 EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c"); in TEST() 628 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/llvm/include/llvm/Remarks/ |
| H A D | Remark.h | 33 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);
|
| /llvm-project/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 << "File: " << SourceFilePath << ", Line: " << SourceLine in print() 79 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
|
| H A D | BitstreamRemarkSerializer.cpp | 285 R.push_back(StrTab.add(Loc->SourceFilePath).first); in emitRemarkBlock() 308 R.push_back(StrTab.add(Arg.Loc->SourceFilePath).first); in emitRemarkBlock()
|
| H A D | BitstreamRemarkParser.cpp | 557 R.Loc->SourceFilePath = *SourceFileName; in processRemark() 596 R.Args.back().Loc->SourceFilePath = *SourceFileName; in processRemark()
|
| H A D | YAMLRemarkSerializer.cpp | 81 StringRef File = RL.SourceFilePath; in mapping()
|
| /llvm-project/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/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 67 StringRef SourceFilePath); 72 StringRef SourceFilePath);
|
| /llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkCount.cpp | 84 std::string Loc = Remark.Loc->SourceFilePath.str() + ":" + in tryInstructionCount() 139 std::string Loc = Remark.Loc->SourceFilePath.str() + ":" + in tryAnnotationCount()
|
| H A D | RemarkCounter.cpp | 180 return Remark.Loc->SourceFilePath.str() + ":" + Remark.FunctionName.str(); in getGroupByKey() 181 return Remark.Loc->SourceFilePath.str(); in getGroupByKey()
|
| /llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 124 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()
|
| /llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 577 /// \p SourceFilePath is the absolute path of the source file that contains the 587 StringRef SourceFilePath) { in loadFromSource() argument 593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource()
|
| /llvm-project/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 230 StringRef File = Loc->SourceFilePath; in readLocationInfo()
|