Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1854 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); in getOrCreateInstanceMethodType() local
1855 uint64_t Size = CGM.getContext().getTypeSize(ThisPtrTy); in getOrCreateInstanceMethodType()
1856 auto Align = getTypeAlignIfRequired(ThisPtrTy, CGM.getContext()); in getOrCreateInstanceMethodType()
1858 getOrCreateType(ThisPtrTy->getPointeeType(), Unit); in getOrCreateInstanceMethodType()