OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectFunctionDir
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/make/
lib_util.mk
14
# Function:
SelectFunctionDir
config arch function-name optimized
18
SelectFunctionDir
= $(strip \
19
$(call Set,Tmp.
SelectFunctionDir
,$(call SelectFunctionDirs,$(1),$(2),$(3),$(4)))\
20
$(if $(call streq,1,$(words $(Tmp.
SelectFunctionDir
))),\
21
$(Tmp.
SelectFunctionDir
),\
22
$(error
SelectFunctionDir
: invalid function name "$(3)" ($(strip\
23
$(if $(call streq,0,$(words $(Tmp.
SelectFunctionDir
))),\
/external/compiler-rt/
Makefile
204
$(call
SelectFunctionDir
,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
Completed in 518 milliseconds