Searched full:object_mode (Results 1 – 16 of 16) sorted by relevance
145 64-bit objects. The can be changed by setting the OBJECT_MODE environment146 variable. For example, OBJECT_MODE=64 causes :program:`llvm-nm` to process147 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE151 OBJECT_MODE environment variable is not supported.
312 be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to313 process any 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
217 object_mode = environ.get('OBJECT_MODE')218 if object_mode == '32':220 elif object_mode == '64':
389 be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to390 process any 64\-bit objects and ignore 32\-bit objects. The \-X flag overrides the OBJECT_MODE
215 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)
53 if [ "$OBJECT_MODE" = "64" ] then56 You have OBJECT_MODE=64 set in the environment.
83 case "$OBJECT_MODE" in87 You have OBJECT_MODE=32 set in the environment.96 You have OBJECT_MODE=64 set in the environment.
63 case "$OBJECT_MODE" in66 You have OBJECT_MODE=32 set in the environment.74 You have OBJECT_MODE=64 set in the environment.
944 OBJECT_MODE: "32"962 OBJECT_MODE: "64"
408 * ``llvm-nm`` now supports the environment variable ``OBJECT_MODE`` for the ``-X``
1335 // Get BitMode from enviorment variable "OBJECT_MODE" for AIX OS, if in ar_main()1338 BitMode = getBitMode(getenv("OBJECT_MODE")); in ar_main()
647 "OBJECT_MODE setting %0 is not recognized and is not a valid setting">;
2381 // 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()
577 // On AIX, the env OBJECT_MODE may affect the resulting arch variant. in computeTargetTriple()580 llvm::sys::Process::GetEnv("OBJECT_MODE")) { in computeTargetTriple()
8747 # 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
11650 # 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