HELLO·Android
系统源代码
IT资讯
技术文章
我的收藏
注册
登录
-
我收藏的文章
创建代码块
我的代码块
我的账号
Android 10
|
10.0.0_r6
下载
查看原文件
收藏
根目录
external
swiftshader
third_party
llvm-7.0
llvm
tools
llvm-cxxfilt
llvm-cxxfilt.cpp
//===-- llvm-c++filt.cpp --------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #include "llvm/Demangle/Demangle.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/InitLLVM.h" #include "llvm/Support/raw_ostream.h" #include
#include
using namespace llvm; enum Style { Auto, ///< auto-detect mangling GNU, ///< GNU Lucid, ///< Lucid compiler (lcc) ARM, HP, ///< HP compiler (xCC) EDG, ///< EDG compiler GNUv3, ///< GNU C++ v3 ABI Java, ///< Java (gcj) GNAT ///< ADA copiler (gnat) }; static cl::opt