Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp250 std::string CacheName; in notifyObjectCompiled() local
265 std::string CacheName; in getObject() local
297 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
298 size_t pos = CacheName.rfind('.'); in getCacheFilename()
299 CacheName.replace(pos, CacheName.length() - pos, ".o"); in getCacheFilename()
397 std::string CacheName("file:"); in main() local
398 CacheName.append(InputFile); in main()
399 Mod->setModuleIdentifier(CacheName); in main()
477 std::string CacheName("file:"); in main() local
478 CacheName.append(ExtraModules[i]); in main()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c177 char *CacheName, in AcpiOsCreateCache() argument
188 if (!CacheName || !ReturnCache || !ObjectSize) in AcpiOsCreateCache()
204 Cache->ListName = CacheName; in AcpiOsCreateCache()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h386 char *CacheName,