Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp473 uint64_t SubVTTIndex; in GetVTTParameter() local
484 SubVTTIndex = 0; in GetVTTParameter()
491 SubVTTIndex = in GetVTTParameter()
493 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!"); in GetVTTParameter()
499 return Builder.CreateConstInBoundsGEP1_64(VoidPtrTy, VTT, SubVTTIndex); in GetVTTParameter()
504 VTT->getValueType(), VTT, 0, SubVTTIndex); in GetVTTParameter()