Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cxxfilt/
Dllvm-cxxfilt.cpp40 static cl::opt<bool> StripUnderscore("strip-underscore", variable
45 cl::aliasopt(StripUnderscore));
68 if (StripUnderscore) in shouldStripUnderscore()
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp705 static Optional<std::string> demangle(StringRef Name, bool StripUnderscore) { in demangle() argument
706 if (StripUnderscore && !Name.empty() && Name[0] == '_') in demangle()