Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp220 SmallString<128> EntryPath; member in __anon4061e1740111::ModuleCacheEntry
277 sys::path::append(EntryPath, CachePath, toHex(Hasher.result())); in ModuleCacheEntry()
281 StringRef getEntryPath() { return EntryPath; } in getEntryPath()
285 if (EntryPath.empty()) in tryLoadingBuffer()
287 return MemoryBuffer::getFile(EntryPath); in tryLoadingBuffer()
293 if (EntryPath.empty()) in write()
310 EC = sys::fs::rename(TempFilename, EntryPath); in write()
313 raw_fd_ostream OS(EntryPath, EC, sys::fs::F_None); in write()
315 report_fatal_error(Twine("Failed to open ") + EntryPath + in write()
319 auto ReloadedBufferOrErr = MemoryBuffer::getFile(EntryPath); in write()
[all …]