Searched refs:NewCache (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h47 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } argument
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doswinxf.c1441 ACPI_MEMORY_LIST *NewCache; local
1444 NewCache = malloc (sizeof (ACPI_MEMORY_LIST));
1445 if (!NewCache)
1450 memset (NewCache, 0, sizeof (ACPI_MEMORY_LIST));
1451 NewCache->ListName = CacheName;
1452 NewCache->ObjectSize = ObjectSize;
1453 NewCache->MaxDepth = MaxDepth;
1455 *ReturnCache = (ACPI_CACHE_T) NewCache;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp140 void MCJIT::setObjectCache(ObjectCache* NewCache) { argument
142 ObjCache = NewCache;

Completed in 73 milliseconds