Home
last modified time | relevance | path

Searched refs:getStackProtectorGuard (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp99 if (M.getStackProtectorGuard() == "tls") { in expandLoadStackGuard()
H A DThumb1InstrInfo.cpp140 assert(MF.getFunction().getParent()->getStackProtectorGuard() != "tls" && in expandLoadStackGuard()
H A DThumb2InstrInfo.cpp259 if (M.getStackProtectorGuard() == "tls") { in expandLoadStackGuard()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackProtector.cpp393 StringRef GuardMode = M->getStackProtectorGuard(); in getStackGuard()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h905 StringRef getStackProtectorGuard() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h1000 StringRef getStackProtectorGuard() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h995 StringRef getStackProtectorGuard() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h1000 StringRef getStackProtectorGuard() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h1006 StringRef getStackProtectorGuard() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp695 StringRef Module::getStackProtectorGuard() const { in getStackProtectorGuard() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1906 if (M.getStackProtectorGuard() == "sysreg") { in expandPostRAPseudo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3032 StringRef GuardMode = M.getStackProtectorGuard(); in insertSSPDeclarations()