Home
last modified time | relevance | path

Searched refs:getStackProtectorGuardOffset (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h919 int getStackProtectorGuardOffset() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h1014 int getStackProtectorGuardOffset() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h1009 int getStackProtectorGuardOffset() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h1014 int getStackProtectorGuardOffset() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h1020 int getStackProtectorGuardOffset() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp731 int Module::getStackProtectorGuardOffset() const { in getStackProtectorGuardOffset() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4954 Offset = M.getStackProtectorGuardOffset(); in expandLoadStackGuardBase()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1916 int Offset = M.getStackProtectorGuardOffset(); in expandPostRAPseudo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2980 int Offset = M->getStackProtectorGuardOffset(); in getIRStackGuard()