Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h911 StringRef getStackProtectorGuardReg() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h1006 StringRef getStackProtectorGuardReg() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h1001 StringRef getStackProtectorGuardReg() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h1006 StringRef getStackProtectorGuardReg() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h1012 StringRef getStackProtectorGuardReg() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp707 StringRef Module::getStackProtectorGuardReg() const { in getStackProtectorGuardReg() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1908 AArch64SysReg::lookupSysRegByName(M.getStackProtectorGuardReg()); in expandPostRAPseudo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2987 StringRef GuardReg = M->getStackProtectorGuardReg(); in getIRStackGuard()