All Methods Static Methods Instance Methods Abstract Methods Default Methods Deprecated Methods
Modifier and Type |
Method and Description |
default boolean |
forceLinkWholeForHaskellOmnibus()
Deprecated.
|
default Iterable<? extends Arg> |
getExportedLinkerFlags(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Deprecated.
|
default Iterable<? extends Arg> |
getExportedPostLinkerFlags(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Deprecated.
|
default NativeLinkable |
getNativeLinkable(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder) |
static PlatformLockedNativeLinkableGroup.Cache |
getNativeLinkableCache(LegacyNativeLinkableGroup group) |
PlatformLockedNativeLinkableGroup.Cache |
getNativeLinkableCompatibilityCache() |
Iterable<? extends NativeLinkableGroup> |
getNativeLinkableDeps(BuildRuleResolver ruleResolver) |
default Iterable<? extends NativeLinkableGroup> |
getNativeLinkableDepsForPlatform(CxxPlatform cxxPlatform,
BuildRuleResolver ruleResolver)
Deprecated.
|
Iterable<? extends NativeLinkableGroup> |
getNativeLinkableExportedDeps(BuildRuleResolver ruleResolver) |
default Iterable<? extends NativeLinkableGroup> |
getNativeLinkableExportedDepsForPlatform(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Deprecated.
|
default NativeLinkableInput |
getNativeLinkableInput(CxxPlatform cxxPlatform,
Linker.LinkableDepType type,
ActionGraphBuilder graphBuilder,
TargetConfiguration targetConfiguration)
Deprecated.
|
NativeLinkableInput |
getNativeLinkableInput(CxxPlatform cxxPlatform,
Linker.LinkableDepType type,
boolean forceLinkWhole,
ActionGraphBuilder graphBuilder,
TargetConfiguration targetConfiguration)
Deprecated.
|
default Optional<NativeLinkTargetGroup> |
getNativeLinkTarget(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Deprecated.
|
NativeLinkableGroup.Linkage |
getPreferredLinkage(CxxPlatform cxxPlatform)
Deprecated.
|
default String |
getRuleType()
Deprecated.
|
com.google.common.collect.ImmutableMap<String,SourcePath> |
getSharedLibraries(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Deprecated.
|
default boolean |
isPrebuiltSOForHaskellOmnibus(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Deprecated.
|
default boolean |
shouldBeLinkedInAppleTestAndHost()
Deprecated.
|
default boolean |
supportsOmnibusLinking(CxxPlatform cxxPlatform)
Deprecated.
|
default boolean |
supportsOmnibusLinkingForHaskell(CxxPlatform cxxPlatform)
Deprecated.
|