Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h148 llvm::Value *emitRawPointerSlow(CodeGenFunction &CGF) const;
256 return emitRawPointerSlow(CGF); in emitRawPointer()
H A DCGPointerAuth.cpp739 llvm::Value *Address::emitRawPointerSlow(CodeGenFunction &CGF) const { in emitRawPointerSlow() function in Address