Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch64.cpp227 const char *getPointerSigningFunctionSectionName() { return "$__ptrauth_sign"; } in getPointerSigningFunctionSectionName() function
271 G.createSection(getPointerSigningFunctionSectionName(), in createEmptyPointerSigningFunction()
308 G.findSectionByName(getPointerSigningFunctionSectionName()); in lowerPointer64AuthEdgesToSigningFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h905 LLVM_ABI const char *getPointerSigningFunctionSectionName();