Searched refs:bitcodeFilePath (Results 1 – 2 of 2) sorted by relevance
225 StringRef bitcodeFilePath; in compile() local232 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()
373 StringRef bitcodeFilePath; in compile() local379 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()