Home
last modified time | relevance | path

Searched defs:strip_command (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake398 set(strip_command COMMAND xcrun strip -Sl $<TARGET_FILE:${name}>) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/
DAddLLVM.cmake2286 set(strip_command COMMAND ${CMAKE_STRIP} -S -x $<TARGET_FILE:${name}>) variable
2288 set(strip_command COMMAND ${CMAKE_STRIP} -g -x $<TARGET_FILE:${name}>) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DAddLLVM.cmake2312 set(strip_command COMMAND ${CMAKE_STRIP} -S -x $<TARGET_FILE:${name}>) variable
2314 set(strip_command COMMAND ${CMAKE_STRIP} -g -x $<TARGET_FILE:${name}>) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DAddLLVM.cmake2286 set(strip_command COMMAND ${CMAKE_STRIP} -S -x $<TARGET_FILE:${name}>) variable
2288 set(strip_command COMMAND ${CMAKE_STRIP} -g -x $<TARGET_FILE:${name}>) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DAddLLVM.cmake2260 set(strip_command COMMAND ${CMAKE_STRIP} -S -x $<TARGET_FILE:${name}>) variable
2262 set(strip_command COMMAND ${CMAKE_STRIP} -g -x $<TARGET_FILE:${name}>) variable
/aosp_15_r20/external/llvm/cmake/modules/
H A DAddLLVM.cmake1273 set(strip_command COMMAND xcrun strip -Sxl $<TARGET_FILE:${name}>) variable