Searched refs:StripUnderscore (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp40 static cl::opt<bool> StripUnderscore("strip-underscore",
45 cl::aliasopt(StripUnderscore));
68 if (StripUnderscore)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp703 static Optional<std::string> demangle(StringRef Name, bool StripUnderscore) { argument
704 if (StripUnderscore && !Name.empty() && Name[0] == '_')

Completed in 46 milliseconds