Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp215 StringRef bitcodeFilePath; in compile() local
222 bitcodeFilePath = file_names[i]; in compile()
225 bitcodeFilePath = buf[i].first; in compile()
233 if (bitcodeFilePath == "ld-temp.o") { in compile()
238 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
239 StringRef baseName = sys::path::filename(bitcodeFilePath); in compile()