Searched refs:thinLTOPrefixReplaceNativeObject (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h243 // thinLTOPrefixReplaceNativeObject is defined, replace the prefix of object
246 // thinLTOPrefixReplaceNativeObject, instead of thinLTOPrefixReplaceNew.
249 llvm::StringRef thinLTOPrefixReplaceNativeObject; member in struct:lld::coff::Configuration
H A DLTO.cpp122 std::string(ctx.config.thinLTOPrefixReplaceNativeObject),
H A DDriver.cpp2024 config->thinLTOPrefixReplaceNativeObject) =
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h177 llvm::StringRef thinLTOPrefixReplaceNativeObject; member in struct:lld::macho::Configuration
H A DLTO.cpp95 std::string(config->thinLTOPrefixReplaceNativeObject),
H A DDriver.cpp1625 config->thinLTOPrefixReplaceNativeObject) =
1635 if (!config->thinLTOPrefixReplaceNativeObject.empty() &&
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DConfig.h194 llvm::StringRef thinLTOPrefixReplaceNativeObject; member in struct:lld::elf::Config
H A DLTO.cpp180 std::string(config->thinLTOPrefixReplaceNativeObject),
H A DDriver.cpp1391 config->thinLTOPrefixReplaceNativeObject) =
1401 if (!config->thinLTOPrefixReplaceNativeObject.empty() &&

Completed in 205 milliseconds