Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dcache_frag.cpp131 static void registerStructInfo(CacheFragInfo *CacheFrag) { in registerStructInfo() argument
132 for (u32 i = 0; i < CacheFrag->NumStructs; ++i) { in registerStructInfo()
133 StructInfo *Struct = &CacheFrag->Structs[i]; in registerStructInfo()
147 static void unregisterStructInfo(CacheFragInfo *CacheFrag) { in unregisterStructInfo() argument
150 for (u32 i = 0; i < CacheFrag->NumStructs; ++i) { in unregisterStructInfo()
151 StructInfo *Struct = &CacheFrag->Structs[i]; in unregisterStructInfo()
175 CacheFragInfo *CacheFrag = (CacheFragInfo *)Ptr; in processCacheFragCompilationUnitInit() local
177 CacheFrag->UnitName, CacheFrag->NumStructs); in processCacheFragCompilationUnitInit()
178 registerStructInfo(CacheFrag); in processCacheFragCompilationUnitInit()
182 CacheFragInfo *CacheFrag = (CacheFragInfo *)Ptr; in processCacheFragCompilationUnitExit() local
[all …]