Home
last modified time | relevance | path

Searched defs:BitModeTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp222 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any, Unknown }; enum
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp87 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any }; enum