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 - 7
of
7
) 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
232
#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/include/llvm/Config/
config.h.in
178
#undef
HAVE_LINK_R
config.h.cmake
199
#undef
HAVE_LINK_R
/external/llvm/tools/bugpoint/
Miscompilation.cpp
18
#include "llvm/Config/config.h" // for
HAVE_LINK_R
[
all
...]
ToolRunner.cpp
15
#include "llvm/Config/config.h" // for
HAVE_LINK_R
735
#if defined (
HAVE_LINK_R
)
[
all
...]
Completed in 428 milliseconds