Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h97 Value *getPC(const Triple &TargetTriple, IRBuilder<> &IRB);
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h116 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC() function
H A DInterp.cpp2162 CodePtr PC = S.Current->getPC(); in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp271 Value *getPC(const Triple &TargetTriple, IRBuilder<> &IRB) { in getPC() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp488 Value *PC = memtag::getPC(TargetTriple, IRB); in insertBaseTaggedPointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1335 Value *PC = memtag::getPC(TargetTriple, IRB); in getFrameRecordInfo()