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

  /external/llvm/device/include/llvm/Config/
config.h 227 #define HAVE_LINK_R 1
  /external/llvm/host/include/llvm/Config/
config.h 229 #define HAVE_LINK_R 1
  /external/llvm/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
  /external/llvm/projects/sample/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
  /external/llvm/include/llvm/Config/
config.h.cmake 223 #undef HAVE_LINK_R
config.h.in 237 #undef HAVE_LINK_R
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 19 #include "llvm/Config/config.h" // for HAVE_LINK_R
    [all...]
ToolRunner.cpp 16 #include "llvm/Config/config.h" // for HAVE_LINK_R
734 #if defined (HAVE_LINK_R)
    [all...]

Completed in 3142 milliseconds