Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp225 StringRef bitcodeFilePath; in compile() local
232 bitcodeFilePath = file_names[i]; in compile()
235 bitcodeFilePath = buf[i].first; in compile()
243 if (bitcodeFilePath == "ld-temp.o") { in compile()
248 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
249 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp373 StringRef bitcodeFilePath; in compile() local
379 bitcodeFilePath = filenames[i]; in compile()
383 bitcodeFilePath = buf[i].first; in compile()
392 if (bitcodeFilePath == "ld-temp.o") { in compile()
397 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
401 StringRef baseName = bitcodeFilePath.ends_with(")") in compile()
402 ? sys::path::filename(bitcodeFilePath) in compile()
403 : sys::path::stem(bitcodeFilePath); in compile()