Searched refs:getInstrProfCountersVarPrefix (Results 1 – 3 of 3) sorted by relevance
321 return StringRef(Name).starts_with(getInstrProfCountersVarPrefix()); in isDIEOfProbe()
1610 VarPrefix = getInstrProfCountersVarPrefix(); in setupProfileSection()1774 getVarName(Inc, getInstrProfCountersVarPrefix(), Renamed); in createDataVariable()
101 inline StringRef getInstrProfCountersVarPrefix() { return "__profc_"; } in getInstrProfCountersVarPrefix() function