OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVE_LINK_R
(Results
1 - 8
of
8
) sorted by null
/external/llvm/device/include/llvm/Config/
config.h
224
#define
HAVE_LINK_R
1
/external/llvm/host/include/llvm/Config/
config.h
221
#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
222
#undef
HAVE_LINK_R
config.h.in
223
#undef
HAVE_LINK_R
/external/llvm/tools/bugpoint/
Miscompilation.cpp
28
#include "llvm/Config/config.h" // for
HAVE_LINK_R
[
all
...]
ToolRunner.cpp
21
#include "llvm/Config/config.h" // for
HAVE_LINK_R
702
#if defined (
HAVE_LINK_R
)
[
all
...]
Completed in 513 milliseconds