Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp317 bool CodeGenModule::shouldSignPointer(const PointerAuthSchema &Schema) { in shouldSignPointer() function in CodeGenModule
329 assert(shouldSignPointer(Schema)); in getConstantSignedPointer()
H A DConstantInitBuilder.cpp305 if (!Schema || !Builder.CGM.shouldSignPointer(Schema)) in addSignedPointer()
H A DCodeGenModule.h991 bool shouldSignPointer(const PointerAuthSchema &Schema);