Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2671 Address VTablePtrSrc = This.withElementType(VTableTy); in GetVTablePtr() local
2672 llvm::Instruction *VTable = Builder.CreateLoad(VTablePtrSrc, "vtable"); in GetVTablePtr()