Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.h178 enum RuntimeLinkOptions : unsigned { enum
195 RuntimeLinkOptions Opts = RuntimeLinkOptions(),
H A DDarwin.cpp918 StringRef Component, RuntimeLinkOptions Opts, in AddLinkRuntimeLib()
1038 RuntimeLinkOptions(RLO_AlwaysLink | RLO_FirstLink)); in addProfileRTLibs()
1062 auto RLO = RuntimeLinkOptions(RLO_AlwaysLink | (Shared ? RLO_AddRPath : 0U)); in AddLinkSanitizerLibArgs()