Searched refs:bitcodeFilePath (Results 1 – 2 of 2) sorted by relevance
230 StringRef bitcodeFilePath; in compile() local237 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()
379 StringRef bitcodeFilePath; in compile() local385 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()