Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenTBAA.h107 llvm::MDNode *getTBAAInfoForVTablePtr();
DCodeGenTBAA.cpp166 llvm::MDNode *CodeGenTBAA::getTBAAInfoForVTablePtr() { in getTBAAInfoForVTablePtr() function in CodeGenTBAA
DCodeGenModule.h548 llvm::MDNode *getTBAAInfoForVTablePtr();
DCGClass.cpp1926 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr()); in InitializeVTablePointer()
2008 CGM.DecorateInstruction(VTable, CGM.getTBAAInfoForVTablePtr()); in GetVTablePtr()
DCodeGenModule.cpp295 llvm::MDNode *CodeGenModule::getTBAAInfoForVTablePtr() { in getTBAAInfoForVTablePtr() function in CodeGenModule
298 return TBAA->getTBAAInfoForVTablePtr(); in getTBAAInfoForVTablePtr()