Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp57 static bool StripUnderscore; variable
71 if (StripUnderscore && DecoratedStr[0] == '_') { in demangle()
172 StripUnderscore = A->getOption().matches(OPT_strip_underscore); in llvm_cxxfilt_main()
174 StripUnderscore = Triple(sys::getProcessTriple()).isOSBinFormatMachO(); in llvm_cxxfilt_main()