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