Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.h200 enum RuntimeLinkOptions : unsigned { enum
214 RuntimeLinkOptions Opts = RuntimeLinkOptions(),
H A DDarwin.cpp1212 StringRef Component, RuntimeLinkOptions Opts, in AddLinkRuntimeLib()
1350 RuntimeLinkOptions(RLO_AlwaysLink)); in addProfileRTLibs()
1387 auto RLO = RuntimeLinkOptions(RLO_AlwaysLink | (Shared ? RLO_AddRPath : 0U)); in AddLinkSanitizerLibArgs()