Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp1421 std::string FuncRecordName = "__covrec_" + llvm::utohexstr(Info.NameHash); in emitFunctionMappingRecord() local
1428 FuncRecordName += "u"; in emitFunctionMappingRecord()
1454 FuncRecordName); in emitFunctionMappingRecord()
1459 FuncRecord->setComdat(CGM.getModule().getOrInsertComdat(FuncRecordName)); in emitFunctionMappingRecord()