Searched refs:GetNextInstructionPc (Results 1 – 7 of 7) sorted by relevance
149 ALWAYS_INLINE uintptr_t TracePC::GetNextInstructionPc(uintptr_t PC) { in GetNextInstructionPc() function in fuzzer::TracePC165 GetNextInstructionPc(TE->PC)); in UpdateObservedPCs()197 PrintPC("%p %F %L", "%p", GetNextInstructionPc(CoveredFuncs[i])); in UpdateObservedPCs()263 auto Name = DescribePC("%F", GetNextInstructionPc(PCTE.Start[I].PC)); in SetFocusFunction()295 auto VisualizePC = GetNextInstructionPc(First->PC); in PrintCoverage()315 Printf(DescribePC(" %l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()320 Printf(DescribePC(" %l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()330 DescribePC("%s:%l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
128 static uintptr_t GetNextInstructionPc(uintptr_t PC);
259 TPC.GetNextInstructionPc(TE->PC)); in RunOneMergeJob()
20 uptr StackTrace::GetNextInstructionPc(uptr pc) { in GetNextInstructionPc() function in __sanitizer::StackTrace
67 static uptr GetNextInstructionPc(uptr pc);
56 pc = StackTrace::GetNextInstructionPc(pc); in DescribeStackOrigin()
1817 ObtainCurrentStack(thr, StackTrace::GetNextInstructionPc(pc), &stack); in CallUserSignalHandler()