Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp263 auto Name = DescribePC("%F", GetNextInstructionPc(PCTE.Start[I].PC)); in SetFocusFunction()
296 std::string FileStr = DescribePC("%s", VisualizePC); in PrintCoverage()
299 std::string FunctionStr = DescribePC("%F", VisualizePC); in PrintCoverage()
302 std::string LineStr = DescribePC("%l", VisualizePC); 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()
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.cpp397 std::string Descr = DescribePC("%F %L", TE->PC + 1); in CheckExitOnSrcPosOrItem()