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

/external/compiler-rt/lib/esan/
H A Dcache_frag.cpp26 // This should be kept consistent with LLVM's EfficiencySanitizer StructInfo.
27 struct StructInfo { struct in namespace:__esan
44 StructInfo *Structs;
48 StructInfo *Struct;
83 StructInfo *Struct = Handle->Struct;
133 StructInfo *Struct = &CacheFrag->Structs[i];
151 StructInfo *Struct = &CacheFrag->Structs[i];
/external/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp376 // This structure should be kept consistent with the StructInfo struct
378 // struct StructInfo {
397 // StructInfo *Structs;
468 Constant *StructInfo; local
470 StructInfo = ConstantPointerNull::get(StructInfoPtrTy);
473 StructInfo = ConstantExpr::getPointerCast(
485 StructInfo,

Completed in 100 milliseconds