Home
last modified time | relevance | path

Searched full:set_property (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/cmake/
DPandaCCache.cmake16 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
17 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
DPandaCmakeFunctions.cmake59 set_property(TARGET ${target} PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/
DCMakeLists.txt29 set_property(TARGET ${PROJECT_NAME}_venv
56 set_property(TARGET ${PROJECT_NAME}_mypy
111 set_property(TARGET ${PROJECT_NAME}
/arkcompiler/runtime_core/static_core/cmake/
DPandaCmakeFunctions.cmake30 set_property(TARGET ${target} PROPERTY
75 set_property(TARGET ${target} PROPERTY POSITION_INDEPENDENT_CODE ON)
95 set_property(TARGET ${target} PROPERTY
DCommonTesting.cmake67 set_property(GLOBAL APPEND PROPERTY ${ARG_STASH_LIST} "${bin_path}/${ARG_NAME}")
/arkcompiler/runtime_core/static_core/libpandafile/external/
DCMakeLists.txt33 set_property(TARGET arksupport PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/runtime_core/static_core/dprof/libdprof/
DCMakeLists.txt32 set_property(TARGET dprof PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/runtime_core/static_core/patches/zydis/
D0003-Mark-zycore-as-system.patch16 set_property(TARGET Zydis PROPERTY POSITION_INDEPENDENT_CODE ON)
D0001-Simplify-Zydis-build.patch300 +set_property(TARGET Zydis PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DInteropAPI.ts71 export const SET_PROPERTY = 'setProperty'; constant
/arkcompiler/ets_frontend/ets2panda/test/
DCMakeLists.txt39 set_property(GLOBAL PROPERTY ets_stash_list "")
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
DCMakeLists.txt58 set_property(TARGET arkencoder PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/runtime_core/static_core/libllvmbackend/cmake/
DLLVMInlineModules.cmake109 set_property(TARGET ${BITCODE_OBJECTS} PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb192 <%= generate(:set_property, 'SetProperty') %>
/arkcompiler/runtime_core/static_core/patches/asmjit/
D0001-Add-build-configs.patch228 set_property(TARGET ${target} PROPERTY CXX_EXTENSIONS NO)
229 set_property(TARGET ${target} PROPERTY CXX_VISIBILITY_PRESET hidden)
/arkcompiler/runtime_core/static_core/libpandabase/
DCMakeLists.txt309 set_property(TARGET arkbase_obj APPEND PROPERTY INTERFACE_LINK_LIBRARIES
/arkcompiler/runtime_core/static_core/compiler/
DCMakeLists.txt685 set_property(SOURCE ${TEST_ASM} PROPERTY GENERATED TRUE)
/arkcompiler/runtime_core/static_core/
DCMakeLists.txt53 set_property(GLOBAL PROPERTY stash_list "")
/arkcompiler/runtime_core/static_core/runtime/
DCMakeLists.txt327 set_property(TARGET arkruntime_interpreter_impl PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml1746 set_property:
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts50 SET_PROPERTY,
3330 ts.factory.createIdentifier(SET_PROPERTY)
3991 ….factory.createPropertyAccessExpression(identifierNode, ts.factory.createIdentifier(SET_PROPERTY)),
4362 ts.factory.createIdentifier(SET_PROPERTY)
4496 ts.factory.createIdentifier(SET_PROPERTY)