Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Dcache_frag.cpp27 struct StructInfo { struct
44 StructInfo *Structs;
48 StructInfo *Struct;
83 StructInfo *Struct = Handle->Struct; in reportStructCounter()
133 StructInfo *Struct = &CacheFrag->Structs[i]; in registerStructInfo()
151 StructInfo *Struct = &CacheFrag->Structs[i]; in unregisterStructInfo()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp463 Constant *StructInfo; in createCacheFragInfoGV() local
465 StructInfo = ConstantPointerNull::get(StructInfoPtrTy); in createCacheFragInfoGV()
468 StructInfo = ConstantExpr::getPointerCast( in createCacheFragInfoGV()
478 ConstantInt::get(Int32Ty, NumStructs), StructInfo)); in createCacheFragInfoGV()