Home
last modified time | relevance | path

Searched defs:SaveTempPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp81 auto SaveTempPath = TempDir + llvm::utostr(count) + Suffix; in saveTempBitcode() local
697 auto SaveTempPath = SaveTempsDir + "index.bc"; in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp93 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str(); in saveTempBitcode() local
940 auto SaveTempPath = SaveTempsDir + "index.bc"; in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp99 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str(); in saveTempBitcode() local
1016 auto SaveTempPath = SaveTempsDir + "index.bc"; in run() local