Home
last modified time | relevance | path

Searched refs:RLO_AddRPath (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h186 RLO_AddRPath = 1 << 2, enumerator
H A DDarwin.cpp1125 if (Opts & RLO_AddRPath) { in AddLinkRuntimeLib()
1266 auto RLO = RuntimeLinkOptions(RLO_AlwaysLink | (Shared ? RLO_AddRPath : 0U)); in AddLinkSanitizerLibArgs()