Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp347 std::string EdgeDestinations; in getEdgeDestinations() local
348 raw_string_ostream EDOS(EdgeDestinations); in getEdgeDestinations()
355 return EdgeDestinations; in getEdgeDestinations()
499 std::string EdgeDestinations; in emitProfileNotes() local
554 EdgeDestinations += Func.getEdgeDestinations(); in emitProfileNotes()
557 FileChecksums.push_back(hash_value(EdgeDestinations)); in emitProfileNotes()