Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp374 std::string EdgeDestinations; in getEdgeDestinations() local
375 raw_string_ostream EDOS(EdgeDestinations); in getEdgeDestinations()
382 return EdgeDestinations; in getEdgeDestinations()
680 std::string EdgeDestinations; in emitProfileNotes() local
744 EdgeDestinations += Func.getEdgeDestinations(); in emitProfileNotes()
747 FileChecksums.push_back(hash_value(EdgeDestinations)); in emitProfileNotes()