Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
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()
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp128 struct StructInfo { struct
140 StructInfo() = default;
142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() function
168 StructInfo Structure;
171 StructFieldInfo(const std::vector<StructInitializer> &V, StructInfo S) { in StructFieldInfo()
175 StructFieldInfo(std::vector<StructInitializer> &&V, StructInfo S) { in StructFieldInfo()
187 StructFieldInfo StructInfo; member
199 StructInfo.~StructFieldInfo(); in ~FieldInitializer()
213 new (&StructInfo) StructFieldInfo(); in FieldInitializer()
227 struct StructInfo Structure) in FieldInitializer()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp468 Constant *StructInfo; in createCacheFragInfoGV() local
470 StructInfo = ConstantPointerNull::get(StructInfoPtrTy); in createCacheFragInfoGV()
473 StructInfo = ConstantExpr::getPointerCast( in createCacheFragInfoGV()
485 StructInfo, in createCacheFragInfoGV()