Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DModule.h908 StringRef getStackProtectorGuardReg() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DModule.cpp705 StringRef Module::getStackProtectorGuardReg() const { in getStackProtectorGuardReg() function in Module
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1914 AArch64SysReg::lookupSysRegByName(M.getStackProtectorGuardReg()); in expandPostRAPseudo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp2525 StringRef GuardReg = M->getStackProtectorGuardReg(); in getIRStackGuard()