Searched refs:link_flags (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/libcxx/ndk/test/ |
D | config.py | 25 self.link_flags.append('-nodefaultlibs') 28 self.link_flags.append('-L' + self.cxx_library_root) 33 self.link_flags.append('-L' + libdir) 35 self.link_flags.append('-lc++_ndk') 36 self.link_flags.append('-lc_ndk') 37 self.link_flags.append('-lc') 46 ['-o', '%OUT%', '%SOURCE%'] + self.compile_flags + self.link_flags)
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 169 self.lit_config.note('Using link flags: %s' % self.cxx.link_flags) 259 link_flags = _prefixed_env_list('LIB', '-L') 264 link_flags=link_flags) 738 self.cxx.link_flags += ['-nodefaultlibs'] 741 self.cxx.link_flags += ['-nostdlib'] 750 self.cxx.link_flags += ['-lstdc++fs'] 751 self.cxx.link_flags += ['-lm', '-pthread'] 756 self.cxx.link_flags += ['-pthread'] 761 self.cxx.link_flags += shlex.split(link_flags_str) 766 self.cxx.link_flags += ['-L' + self.cxx_library_root] [all …]
|
D | format.py | 150 test_cxx.link_flags += ['-framework', 'Foundation']
|
/external/libcxx/utils/libcxx/ |
D | compiler.py | 21 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument 31 self.link_flags = list(link_flags or []) 134 cmd += self.link_flags
|
/external/libcxxabi/test/native/arm-linux-eabi/ |
D | ttype-encoding-90.pass.sh.s | 1 @ RUN: %cxx %flags %link_flags %s -o %t.exe
|
D | ttype-encoding-00.pass.sh.s | 1 @ RUN: %cxx %flags %link_flags %s -o %t.exe
|
/external/libcxx/docs/ |
D | TestingLibcxx.rst | 71 $ lit -sv --param=link_flags='-L/custom/library/path' 162 .. option:: link_flags="<list-of-args>"
|
/external/libnl/lib/route/ |
D | link.c | 2513 static const struct trans_tbl link_flags[] = { variable 2537 return __flags2str(flags, buf, len, link_flags, in rtnl_link_flags2str() 2538 ARRAY_SIZE(link_flags)); in rtnl_link_flags2str() 2543 return __str2flags(name, link_flags, ARRAY_SIZE(link_flags)); in rtnl_link_str2flags()
|