Home
last modified time | relevance | path

Searched refs:getStackProtectorGuardSymbol (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h915 StringRef getStackProtectorGuardSymbol() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h1010 StringRef getStackProtectorGuardSymbol() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h1005 StringRef getStackProtectorGuardSymbol() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h1010 StringRef getStackProtectorGuardSymbol() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h1016 StringRef getStackProtectorGuardSymbol() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp719 StringRef Module::getStackProtectorGuardSymbol() const { in getStackProtectorGuardSymbol() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2994 StringRef GuardSymb = M->getStackProtectorGuardSymbol(); in getIRStackGuard()