Home
last modified time | relevance | path

Searched refs:DescribePC (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp262 auto Name = DescribePC("%F", GetNextInstructionPc(PCTE.Start[I].PC)); in SetFocusFunction()
295 std::string FileStr = DescribePC("%s", VisualizePC); in PrintCoverage()
298 std::string FunctionStr = DescribePC("%F", VisualizePC); in PrintCoverage()
301 std::string LineStr = DescribePC("%l", VisualizePC); in PrintCoverage()
314 Printf(DescribePC(" %l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
319 Printf(DescribePC(" %l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
329 DescribePC("%s:%l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
H A DFuzzerUtil.cpp189 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC) { in DescribePC() function
202 Printf("%s", DescribePC(SymbolizedFMT, PC).c_str()); in PrintPC()
H A DFuzzerUtil.h42 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC);
H A DFuzzerLoop.cpp395 std::string Descr = DescribePC("%F %L", TE->PC + 1); in CheckExitOnSrcPosOrItem()