Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp394 raw_string_ostream FNLOS(FunctionNameAndLine); in GCOVFunction() local
395 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction()
396 FNLOS.flush(); in GCOVFunction()