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.h86 Value *getPC(const Triple &TargetTriple, IRBuilder<> &IRB);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h109 CodePtr getPC() const { return Func->getCodeBegin(); } in getPC() function
H A DInterp.cpp939 CodePtr PC = S.Current->getPC(); in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp259 Value *getPC(const Triple &TargetTriple, IRBuilder<> &IRB) { in getPC() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp502 Value *PC = memtag::getPC(TargetTriple, IRB); in insertBaseTaggedPointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1287 Value *PC = memtag::getPC(TargetTriple, IRB); in getFrameRecordInfo()