Searched refs:bitcodeFilePath (Results 1 – 2 of 2) sorted by relevance
224 StringRef bitcodeFilePath; in compile() local231 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()
371 StringRef bitcodeFilePath; in compile() local377 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()