HomeSort by: relevance | last modified time | path
    Searched defs:CacheName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp 311 std::string CacheName;
312 if (!getCacheFilename(ModuleID, CacheName))
315 SmallString<128> dir(sys::path::parent_path(CacheName));
320 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None);
327 std::string CacheName;
328 if (!getCacheFilename(ModuleID, CacheName))
332 MemoryBuffer::getFile(CacheName, /*IsText=*/false,
347 bool getCacheFilename(const std::string &ModID, std::string &CacheName) {
362 CacheName = CacheDir + CacheSubdir;
363 size_t pos = CacheName.rfind('.')
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1669 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix);
1672 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName);

Completed in 24 milliseconds