Searched refs:setTBAAInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h254 void setTBAAInfo(llvm::MDNode *N) { TBAAInfo = N; } function in class:clang::CodeGen::LValue
H A DCGAtomic.cpp98 LVal.setTBAAInfo(lvalue.getTBAAInfo());
1496 UpdateLVal.setTBAAInfo(LVal.getTBAAInfo());
1578 UpdateLVal.setTBAAInfo(LVal.getTBAAInfo());
H A DCGExpr.cpp2775 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));

Completed in 74 milliseconds