Searched refs:TBAAMD (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 82 bool instrumentWithShadowUpdate(IRBuilder<> &IRB, const MDNode *TBAAMD, 173 const MDNode *TBAAMD = cast<MDNode>(GMD->getOperand(1)); in instrumentGlobals() local 174 if (!generateBaseTypeDescriptor(TBAAMD, TypeDescriptors, TypeNames, M)) in instrumentGlobals() 182 instrumentWithShadowUpdate(IRB, TBAAMD, GV, AccessSize, false, false, in instrumentGlobals() 578 IRBuilder<> &IRB, const MDNode *TBAAMD, Value *Ptr, uint64_t AccessSize, in instrumentWithShadowUpdate() argument 583 if (TBAAMD) in instrumentWithShadowUpdate() 584 TDGV = TypeDescriptors[TBAAMD]; in instrumentWithShadowUpdate()
|