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

References

lib/Transforms/Instrumentation/InstrProfiling.cpp
  502   TT = Triple(M.getTargetTriple());
  748   if (TT.isOSBinFormatCOFF()) {
  762     if (TT.isOSBinFormatCOFF()) {
  787       getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat()));
  796   if (ValueProfileStaticAlloc && !needsRuntimeRegistrationOfSectionRange(TT)) {
  809           getInstrProfSectionName(IPSK_vals, TT.getObjectFormat()));
  842   Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat()));
  870   if (needsRuntimeRegistrationOfSectionRange(TT))
  906       getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat()));
  930       getInstrProfSectionName(IPSK_name, TT.getObjectFormat()));
  942   if (!needsRuntimeRegistrationOfSectionRange(TT))
  983   if (TT.isOSLinux())
 1004   if (TT.supportsCOMDAT())