Home
last modified time | relevance | path

Searched refs:cmseOutputLib (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1352 if (!ctx.symtab->cmseImportLib.empty() && ctx.arg.cmseOutputLib.empty()) { in ArmCmseSGSection()
1492 unlinkAsync(ctx.arg.cmseOutputLib); in writeARMCmseImportLib()
1494 FileOutputBuffer::create(ctx.arg.cmseOutputLib, fileSize, flags); in writeARMCmseImportLib()
1496 Err(ctx) << "failed to open " << ctx.arg.cmseOutputLib << ": " in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h254 llvm::StringRef cmseOutputLib; member
H A DDriver.cpp369 if (!ctx.arg.cmseOutputLib.empty()) in checkOptions()
380 if (!ctx.arg.cmseOutputLib.empty()) in checkOptions()
1429 ctx.arg.cmseOutputLib = args.getLastArgValue(OPT_out_implib); in readConfigs()
H A DWriter.cpp393 if (!ctx.arg.cmseOutputLib.empty()) in run()