Home
last modified time | relevance | path

Searched full:object_mode (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-nm.rst145 64-bit objects. The can be changed by setting the OBJECT_MODE environment
146 variable. For example, OBJECT_MODE=64 causes :program:`llvm-nm` to process
147 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
151 OBJECT_MODE environment variable is not supported.
H A Dllvm-ar.rst312 be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to
313 process any 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Dextract.py217 object_mode = environ.get('OBJECT_MODE')
218 if object_mode == '32':
220 elif object_mode == '64':
/openbsd-src/gnu/usr.bin/clang/llvm-ar/
H A Dar.1389 be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to
390 process any 64\-bit objects and ignore 32\-bit objects. The \-X flag overrides the OBJECT_MODE
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.aix215 export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell)
231 export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell)
/openbsd-src/gnu/usr.bin/perl/hints/
H A Daix_3.sh53 if [ "$OBJECT_MODE" = "64" ] then
56 You have OBJECT_MODE=64 set in the environment.
H A Daix_4.sh83 case "$OBJECT_MODE" in
87 You have OBJECT_MODE=32 set in the environment.
96 You have OBJECT_MODE=64 set in the environment.
H A Daix.sh63 case "$OBJECT_MODE" in
66 You have OBJECT_MODE=32 set in the environment.
74 You have OBJECT_MODE=64 set in the environment.
/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A Dbuildkite-pipeline.yml944 OBJECT_MODE: "32"
962 OBJECT_MODE: "64"
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseNotes.rst408 * ``llvm-nm`` now supports the environment variable ``OBJECT_MODE`` for the ``-X``
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1335 // Get BitMode from enviorment variable "OBJECT_MODE" for AIX OS, if in ar_main()
1338 BitMode = getBitMode(getenv("OBJECT_MODE")); in ar_main()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td647 "OBJECT_MODE setting %0 is not recognized and is not a valid setting">;
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2381 // Get BitMode from enviornment variable "OBJECT_MODE" for AIX OS, if in llvm_nm_main()
2385 BitMode = StringSwitch<BitModeTy>(getenv("OBJECT_MODE")) in llvm_nm_main()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp577 // On AIX, the env OBJECT_MODE may affect the resulting arch variant. in computeTargetTriple()
580 llvm::sys::Process::GetEnv("OBJECT_MODE")) { in computeTargetTriple()
/openbsd-src/usr.sbin/unbound/
H A Daclocal.m48747 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8748 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8749 if test 64 = "${OBJECT_MODE-32}"; then
H A Dconfigure11650 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
11651 # the AIX toolchain works better with OBJECT_MODE set (default 32).
11652 if test 64 = "${OBJECT_MODE-32}"; then