Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp217 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any, Unknown }; enumerator
646 if (BitMode == BitModeTy::Bit32_64 || BitMode == BitModeTy::Any) in isValidInBitMode()
1290 .Case("32_64", BitModeTy::Bit32_64) in getBitMode()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp89 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any }; enumerator
2485 .Case("32_64", BitModeTy::Bit32_64) in llvm_nm_main()
2498 BitMode = BitModeTy::Bit32_64; in llvm_nm_main()