Home
last modified time | relevance | path

Searched full:libgcc (Results 1 – 25 of 69) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86TargetParser.def28 // This macro is used for cpu types present in compiler-rt/libgcc.
36 // The first part of this list must match what is implemented in libgcc and
52 // Entries below this are not in libgcc/compiler-rt.
75 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
84 // The first part of this list must match what is implemented in libgcc and
107 // Entries below this are not in libgcc/compiler-rt.
120 // This macro is used for cpu types present in compiler-rt/libgcc.
165 // Features below here are not in libgcc/compiler-rt.
DTargetParser.h37 // as a proxy for what's in libgcc/compiler-rt.
47 // as a proxy for what's in libgcc/compiler-rt.
57 // as a proxy for what's in libgcc/compiler-rt.
67 // by clang as a proxy for what's in libgcc/compiler-rt.
/third_party/libsnd/cmake/
DSndFileChecks.cmake233 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static-libgcc")
234 set (CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "${CMAKE_SHARED_LIBRARY_LINK_C_FLAGS} -static-libgcc -s")
237 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
238 …set (CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "${CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS} -static-libgcc -s…
/third_party/musl/tools/
Dmusl-gcc.specs.sh16 *libgcc:
17 libgcc.a%s %:if-exists(libgcc_eh.a%s)
Dmusl-clang.in26 -static-libgcc \
/third_party/gptfdisk/
DMakefile89 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++
91 LDFLAGS+=-static -static-libgcc -static-libstdc++
109 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++
111 LDFLAGS+=-static -static-libgcc -static-libstdc++
DMakefile.mingw3 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++
5 LDFLAGS+=-static -static-libgcc -static-libstdc++
DMakefile.mingw645 LDFLAGS+=-static -static-libgcc -static-libstdc++
/third_party/skia/third_party/externals/harfbuzz/
Dmingw-configure.sh19 CFLAGS="-static-libgcc" \
20 CXXFLAGS="-static-libgcc -static-libstdc++" \
/third_party/skia/infra/bots/recipe_modules/build/
Dchromebook.py70 '-static-libstdc++', '-static-libgcc',
75 # helps locate libgcc*.so
90 '-static-libstdc++', '-static-libgcc',
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake93 # Enable static libgcc and libstdc++ also to avoid needing to have
95 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wa,-mbig-obj -static -static-libgcc")
96 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wa,-mbig-obj -static -static-libgcc -static-libstdc++")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp162 // The following is NOT implemented in libgcc in MSP430TargetLowering()
166 // The following is NOT implemented in libgcc in MSP430TargetLowering()
170 // The following is NOT implemented in libgcc in MSP430TargetLowering()
174 // The following is NOT implemented in libgcc in MSP430TargetLowering()
178 // TODO The following IS implemented in libgcc in MSP430TargetLowering()
181 // TODO The following IS implemented in libgcc but is not in the EABI in MSP430TargetLowering()
183 // TODO The following IS implemented in libgcc in MSP430TargetLowering()
186 // The following IS implemented in libgcc but is not in the EABI in MSP430TargetLowering()
188 // TODO The following IS implemented in libgcc in MSP430TargetLowering()
191 // TODO The following IS implemented in libgcc but is not in the EABI in MSP430TargetLowering()
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml81 - {arch: i686, server: 2022, libgcc: dw2 }
82 - {arch: x86_64, server: 2022, libgcc: seh }
97 …atrix.config.arch }}-w64-mingw32-gcc -print-file-name=libgcc_s_${{ matrix.config.libgcc }}-1.dll` \
/third_party/skia/infra/bots/assets/armhf_sysroot/
DREADME.md6 libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf
Dcreate.py31 "libgcc-6-dev-armhf-cross",
/third_party/mbedtls/library/
DMakefile276 …$(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedx509 -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $…
305 …@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $…
334 …,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDFLAGS) $…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc1 /* in libgcc.a */
/third_party/skia/third_party/externals/brotli/
Dsetup.py113 # when using GCC on Windows, we statically link libgcc and libstdc++,
116 extra_args.extend(['-static-libgcc', '-static-libstdc++'])
/third_party/backends/include/
Dlassert.h51 /* The implementation of assert of gcc on AIX is in libgcc.a. This
/third_party/mesa3d/.gitlab-ci/container/
Dcross_build.sh52 libgcc-s1:$arch \
/third_party/glfw/src/
DCMakeLists.txt295 # Remove the dependency on the shared version of libgcc
297 target_link_libraries(glfw PRIVATE "-static-libgcc")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp153 // ARM math functions are statically linked on Android from libgcc.a, but not
253 // __morestack lives in libgcc, a static library. in getSymbolAddressInProcess()
/third_party/openssl/Configurations/
Dshared-info.pl86 # config targets define it with an added -static-libgcc
/third_party/nghttp2/docker/
DDockerfile64 LDFLAGS="-static-libgcc -static-libstdc++" \
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml118 gcc-multilib g++-multilib libc6:i386 libc6-dev-i386 libgcc-s1:i386 \
153 gcc-multilib g++-multilib libc6:i386 libc6-dev-i386 libgcc-s1:i386 \

123