reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/GCOVProfiling.cpp
  348       LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
  362       FNLOS << getFunctionName(SP) << SP->getLine();
  398       uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
  407       writeGCOVString(getFunctionName(SP));
 1011                ? Builder.CreateGlobalStringPtr(getFunctionName(SP))