Searched refs:StripUnderscore (Results 1 – 2 of 2) sorted by relevance
40 static cl::opt<bool> StripUnderscore("strip-underscore", variable45 cl::aliasopt(StripUnderscore));68 if (StripUnderscore) in shouldStripUnderscore()
705 static Optional<std::string> demangle(StringRef Name, bool StripUnderscore) { in demangle() argument706 if (StripUnderscore && !Name.empty() && Name[0] == '_') in demangle()