Searched refs:getTBAAInfoForVTablePtr (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h105 /// getTBAAInfoForVTablePtr - Get the TBAA MDNode to be used for a
107 llvm::MDNode *getTBAAInfoForVTablePtr();
H A DCodeGenTBAA.cpp166 llvm::MDNode *CodeGenTBAA::getTBAAInfoForVTablePtr() { function in class:CodeGenTBAA
H A DCodeGenModule.h610 llvm::MDNode *getTBAAInfoForVTablePtr();
H A DCGClass.cpp1902 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr());
1983 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr());
H A DCodeGenModule.cpp408 llvm::MDNode *CodeGenModule::getTBAAInfoForVTablePtr() { function in class:CodeGenModule
411 return TBAA->getTBAAInfoForVTablePtr();

Completed in 429 milliseconds