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.cpp230 StringRef bitcodeFilePath; in compile() local
237 bitcodeFilePath = file_names[i]; in compile()
240 bitcodeFilePath = buf[i].first; in compile()
248 if (bitcodeFilePath == "ld-temp.o") { in compile()
253 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
254 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp379 StringRef bitcodeFilePath; in compile() local
385 bitcodeFilePath = filenames[i]; in compile()
389 bitcodeFilePath = buf[i].first; in compile()
398 if (bitcodeFilePath == "ld-temp.o") { in compile()
403 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
407 StringRef baseName = bitcodeFilePath.ends_with(")") in compile()
408 ? sys::path::filename(bitcodeFilePath) in compile()
409 : sys::path::stem(bitcodeFilePath); in compile()