Searched refs:FuncRecordName (Results 1 – 1 of 1) sorted by relevance
2486 std::string FuncRecordName = "__covrec_" + llvm::utohexstr(Info.NameHash); in emitFunctionMappingRecord() local2493 FuncRecordName += "u"; in emitFunctionMappingRecord()2519 FuncRecordName); in emitFunctionMappingRecord()2524 FuncRecord->setComdat(CGM.getModule().getOrInsertComdat(FuncRecordName)); in emitFunctionMappingRecord()