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

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h74 /// getTBAAInfoForVTablePtr - Get the TBAA MDNode to be used for a
76 llvm::MDNode *getTBAAInfoForVTablePtr();
H A DCodeGenTBAA.cpp167 llvm::MDNode *CodeGenTBAA::getTBAAInfoForVTablePtr() { function in class:CodeGenTBAA
H A DCGClass.cpp1538 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr());
1622 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr());
H A DCodeGenModule.h463 llvm::MDNode *getTBAAInfoForVTablePtr();
H A DCodeGenModule.cpp199 llvm::MDNode *CodeGenModule::getTBAAInfoForVTablePtr() { function in class:CodeGenModule
202 return TBAA->getTBAAInfoForVTablePtr();

Completed in 218 milliseconds