Searched refs:DecorateInstruction (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp1526 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr());
1610 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr());
H A DCodeGenModule.h464 static void DecorateInstruction(llvm::Instruction *Inst,
H A DCGExpr.cpp925 CGM.DecorateInstruction(Load, TBAAInfo);
971 CGM.DecorateInstruction(Store, TBAAInfo);
2070 CGM.DecorateInstruction(load, tbaa);
H A DCodeGenModule.cpp191 void CodeGenModule::DecorateInstruction(llvm::Instruction *Inst, function in class:CodeGenModule

Completed in 80 milliseconds