Home
last modified time | relevance | path

Searched defs:StructInfo (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/esan/
Dcache_frag.cpp27 struct StructInfo { struct
28 const char *StructName;
29 u32 Size;
30 u32 NumFields;
31 u32 *FieldOffset; // auxiliary struct field info.
32 u32 *FieldSize; // auxiliary struct field info.
33 const char **FieldTypeName; // auxiliary struct field info.
34 u64 *FieldCounters;
35 u64 *ArrayCounter;
36 bool hasAuxFieldInfo() { return FieldOffset != nullptr; } in hasAuxFieldInfo()
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp468 Constant *StructInfo; in createCacheFragInfoGV() local
/external/libaom/libaom/tools/auto_refactor/
Dauto_refactor.py67 class StructInfo(): class