HomeSort by relevance Sort by last modified time
    Searched refs:TryCompile (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/make/platform/
clang_linux.mk 26 # TryCompile compiler source flags
28 TryCompile = \
40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
  /art/compiler/optimizing/
optimizing_compiler.cc 372 CodeGenerator* TryCompile(ArenaAllocator* arena,
    [all...]

Completed in 777 milliseconds