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