Home
last modified time | relevance | path

Searched refs:bigobj (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DCMakeLists.txt8 set_source_files_properties(Transforms.cpp PROPERTIES COMPILE_FLAGS /bigobj)
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c3547 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; in ztest_dmu_read_write() local
3587 bigobj = od[0].od_object; in ztest_dmu_read_write()
3600 dmu_prefetch(os, bigobj, 0, n * chunksize, s * chunksize, in ztest_dmu_read_write()
3630 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write()
3642 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
3644 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
3647 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write()
3661 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write()
3668 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write()
3726 VERIFY(0 == dmu_free_range(os, bigobj, bigoff, bigsize, tx)); in ztest_dmu_read_write()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake519 append("/bigobj" CMAKE_CXX_FLAGS)
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20141658 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20141658 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20142892 * config.bfd: Add bigobj object format for Windows targets.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20142892 * config.bfd: Add bigobj object format for Windows targets.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20142892 * config.bfd: Add bigobj object format for Windows targets.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-20172709 * pe-dll.c (pe_detail_list): Add entry for pe-bigobj-x86-64.
H A DChangeLog-20203445 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-20172709 * pe-dll.c (pe_detail_list): Add entry for pe-bigobj-x86-64.
H A DChangeLog-20203445 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td6159 def _SLASH_bigobj : CLIgnoredFlag<"bigobj">;