| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | release_test.cpp | 104 StringRangeRecorder Recorder; in TEST() local 105 RangeTracker Tracker(&Recorder); in TEST() 114 EXPECT_STREQ(Expected.c_str(), Recorder.ReportedPages.c_str()); in TEST() 197 ReleasedPagesRecorder Recorder; in testReleaseFreeMemoryToOS() local 199 &Recorder, DecompactPtr, SkipRegion); in testReleaseFreeMemoryToOS() 223 const bool PageReleased = Recorder.ReportedPages.find(J * PageSize) != in testReleaseFreeMemoryToOS() 224 Recorder.ReportedPages.end(); in testReleaseFreeMemoryToOS() 235 Recorder.ReportedPages.find(P) != Recorder.ReportedPages.end(); in testReleaseFreeMemoryToOS() 252 Recorder.ReportedPages.find(P) != Recorder.ReportedPages.end(); in testReleaseFreeMemoryToOS() 259 EXPECT_EQ(Recorder.ReportedPages.size(), VerifiedReleasedPages); in testReleaseFreeMemoryToOS()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 149 explicit FreePagesRangeTracker(ReleaseRecorderT *Recorder) in FreePagesRangeTracker() argument 150 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker() 174 Recorder->releasePageRangeToOS((CurrentRangeStatePage << PageSizeLog), in closeOpenedRange() 180 ReleaseRecorderT *const Recorder; variable 192 ReleaseRecorderT *Recorder, DecompactPtrT DecompactPtr, in releaseFreeMemoryToOS() argument 246 const uptr P = DecompactPtr(It.get(I)) - Recorder->getBase(); in releaseFreeMemoryToOS() 260 const uptr P = DecompactPtr(It.get(I)) - Recorder->getBase(); in releaseFreeMemoryToOS() 283 FreePagesRangeTracker<ReleaseRecorderT> RangeTracker(Recorder); in releaseFreeMemoryToOS()
|
| H A D | primary64.h | 469 ReleaseRecorder Recorder(Region->RegionBeg, &Region->Data); 476 BlockSize, &Recorder, DecompactPtr, SkipRegion); 478 if (Recorder.getReleasedRangesCount() > 0) { 481 Region->ReleaseInfo.RangesReleased += Recorder.getReleasedRangesCount(); 482 Region->ReleaseInfo.LastReleasedBytes = Recorder.getReleasedBytes(); 485 return Recorder.getReleasedBytes();
|
| H A D | primary32.h | 472 ReleaseRecorder Recorder(Base); 480 &Recorder, DecompactPtr, SkipRegion); 481 if (Recorder.getReleasedRangesCount() > 0) { 483 Sci->ReleaseInfo.RangesReleased += Recorder.getReleasedRangesCount(); 484 Sci->ReleaseInfo.LastReleasedBytes = Recorder.getReleasedBytes();
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CodeComplete.cpp | 1402 CompletionRecorder *Recorder = nullptr; member in clang::clangd::__anonc7a99c3f0111::CodeCompleteFlow 1457 assert(Recorder && "Recorder is not set"); in run() 1458 CCContextKind = Recorder->CCContext.getKind(); in run() 1465 Recorder->CCSema->getSourceManager(), Recorder->CCSema->LangOpts); in run() 1482 const auto &SM = Recorder->CCSema->getSourceManager(); in run() 1512 Recorder = RecorderOwner.get(); in run() 1635 Recorder->CCSema->getSourceManager(), in runWithSema() 1642 Recorder->CCContext, *Recorder->CCSema, HeuristicPrefix, Opts); in runWithSema() 1646 OpaqueType::fromType(Recorder->CCSema->getASTContext(), in runWithSema() 1751 C.Name = Recorder->getName(*SemaResult); in mergeResults() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | FormatVariadicTest.cpp | 660 struct Recorder { struct 662 Recorder() = default; 663 Recorder(const Recorder &Copy) : Copied(1 + Copy.Copied), Moved(Copy.Moved) {} in Recorder() argument 664 Recorder(const Recorder &&Move) in Recorder() function 669 template <> struct format_provider<Recorder> { 670 static void format(const Recorder &R, raw_ostream &OS, StringRef style) { in format() 677 Recorder R; in TEST() 680 EXPECT_EQ("0C 3M", formatv("{0}", Recorder()).str()); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.cpp | 70 : Recorder(std::make_unique<FileRecorder>()), Compiler(*CI), in ExpandModularHeadersPPCallbacks() 125 Recorder->addNecessaryFile(IF.getFile()); in handleModuleFile() 139 Recorder->recordFileContent(It->getFirst(), *It->getSecond(), *InMemoryFs); in parseToLocation() 141 Recorder->checkAllFilesRecorded(); in parseToLocation()
|
| H A D | ExpandModularHeadersPPCallbacks.h | 123 std::unique_ptr<FileRecorder> Recorder; variable
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.cpp | 158 BuildSyntaxTreeAction Recorder(Root, this->TM, this->TB, this->Arena); in buildTree() local 162 if (!Compiler.ExecuteAction(Recorder) && in buildTree()
|
| H A D | TokensTest.cpp | 143 RecordTokens Recorder(this->Buffer); in recordTokens() local 144 ASSERT_TRUE(Compiler.ExecuteAction(Recorder)) in recordTokens()
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_fdr_flags.inc | 16 // FDR (Flight Data Recorder) Mode logging options.
|
| H A D | xray_flags.inc | 38 // FDR (Flight Data Recorder) Mode logging options.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 2 XRay Flight Data Recorder Trace Format 14 When gathering XRay traces in Flight Data Recorder mode, each thread of an 48 | | | trace. Flight Data Recorder mode |
|
| H A D | XRay.rst | 224 Flight Data Recorder Mode 228 fixed amount of memory's worth of events. Flight Data Recorder (FDR) mode works
|