Home
last modified time | relevance | path

Searched refs:secondaryPlatformInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h191 std::optional<PlatformInfo> secondaryPlatformInfo; member
H A DWriter.cpp842 if (config->secondaryPlatformInfo) { in createLoadCommands()
844 make<LCBuildVersion>(*config->secondaryPlatformInfo)); in createLoadCommands()
H A DDriver.cpp783 config->secondaryPlatformInfo = { in setPlatformVersions()