Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1233 PtrAuthData(unsigned Key, bool IsDiscr, unsigned Discriminator, in PtrAuthData()
1237 RawData = (Key << 0) | (IsDiscr ? (1 << 4) : 0) | (Discriminator << 5) | in PtrAuthData()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1180 bool IsDiscr = Qc.getPointerAuth().isAddressDiscriminated(); in CreateQualifiedType() local
1188 return DBuilder.createPtrAuthQualifiedType(FromTy, Key, IsDiscr, in CreateQualifiedType()