Searched refs:OutputFormatTy (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-size/ |
D | llvm-size.cpp | 34 enum OutputFormatTy {berkeley, sysv}; enum 35 static cl::opt<OutputFormatTy> 43 static cl::opt<OutputFormatTy>
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 36 enum OutputFormatTy { berkeley, sysv, darwin }; enum 37 static cl::opt<OutputFormatTy> 44 static cl::opt<OutputFormatTy> OutputFormatShort( 860 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 38 enum OutputFormatTy { berkeley, sysv, darwin }; enum 39 static cl::opt<OutputFormatTy> 46 static cl::opt<OutputFormatTy> OutputFormatShort( 833 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
D | llvm-nm.cpp | 43 enum OutputFormatTy { bsd, sysv, posix }; enum 44 cl::opt<OutputFormatTy>
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 54 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum 55 cl::opt<OutputFormatTy> OutputFormat(
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 48 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum 49 cl::opt<OutputFormatTy> OutputFormat(
|