Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6242 const PointerAuthSchema &MethListSchema = in BuildClassRoTInitializer() local
6245 values.addSignedPointer(MethListPtr, MethListSchema, GlobalDecl(), in BuildClassRoTInitializer()
6571 const PointerAuthSchema &MethListSchema = in GenerateCategory() local
6574 values.addSignedPointer(InstanceMethodList, MethListSchema, GlobalDecl(), in GenerateCategory()
6582 values.addSignedPointer(ClassMethodList, MethListSchema, GlobalDecl(), in GenerateCategory()