Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp250 StringRef outputFileBaseName = sys::path::filename(ctx.config.outputFile); in compile() local
253 outputFileBaseName + ".lto." + baseName + Ext); in compile()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp404 StringRef outputFileBaseName = sys::path::filename(config->outputFile); in compile() local
407 outputFileBaseName + ".lto." + baseName + ext); in compile()