Searched refs:LTOSuffixPos (Results 1 – 1 of 1) sorted by relevance
45 size_t LTOSuffixPos = Name.find(".lto_priv."); in getLTOCommonName() local46 if (LTOSuffixPos != StringRef::npos) in getLTOCommonName()47 return Name.substr(0, LTOSuffixPos + 10); in getLTOCommonName()48 if ((LTOSuffixPos = Name.find(".constprop.")) != StringRef::npos) in getLTOCommonName()49 return Name.substr(0, LTOSuffixPos + 11); in getLTOCommonName()50 if ((LTOSuffixPos = Name.find(".llvm.")) != StringRef::npos) in getLTOCommonName()51 return Name.substr(0, LTOSuffixPos + 6); in getLTOCommonName()