Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp224 StringRef bitcodeFilePath; in compile() local
231 bitcodeFilePath = file_names[i]; in compile()
234 bitcodeFilePath = buf[i].first; in compile()
242 if (bitcodeFilePath == "ld-temp.o") { in compile()
247 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
248 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp371 StringRef bitcodeFilePath; in compile() local
377 bitcodeFilePath = filenames[i]; in compile()
381 bitcodeFilePath = buf[i].first; in compile()
390 if (bitcodeFilePath == "ld-temp.o") { in compile()
395 StringRef directory = sys::path::parent_path(bitcodeFilePath); in compile()
399 StringRef baseName = bitcodeFilePath.ends_with(")") in compile()
400 ? sys::path::filename(bitcodeFilePath) in compile()
401 : sys::path::stem(bitcodeFilePath); in compile()