Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp34 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/
Dllvm-size.cpp36 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/
Dllvm-size.cpp38 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/
Dllvm-nm.cpp43 enum OutputFormatTy { bsd, sysv, posix }; enum
44 cl::opt<OutputFormatTy>
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp54 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum
55 cl::opt<OutputFormatTy> OutputFormat(
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp48 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum
49 cl::opt<OutputFormatTy> OutputFormat(