Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcmse-errors.ll12 ; CHECK: error: {{.*}}test1{{.*}}: secure entry function would return value through pointer
18 ; CHECK: error: {{.*}}test2{{.*}}: secure entry function requires arguments on stack
25 ; CHECK: error: {{.*}}test3{{.*}}: call to non-secure function would require passing arguments on s…
35 ; CHECK: error: {{.*}}test4{{.*}}: call to non-secure function would return value through pointer
55 ; CHECK: error: {{.*}}test5{{.*}}: secure entry function must not be variadic
62 ; CHECK: error: {{.*}}test6{{.*}}: call to non-secure function would require passing arguments on s…
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc32-pic-large.ll2 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mattr=+secure-plt -relocation-model=pic | FileC…
3 ; RUN: llc < %s -mtriple=powerpc-unknown-netbsd -mattr=+secure-plt -relocation-model=pic | FileChec…
5 ; RUN: llc < %s -mtriple=powerpc-unknown-openbsd -mattr=+secure-plt -relocation-model=pic | FileChe…
7 ; RUN: llc < %s -mtriple=powerpc-linux-musl -mattr=+secure-plt -relocation-model=pic | FileCheck -c…
H A Dppc32-secure-plt-tls2.ll1 ; RUN: llc < %s -mtriple=powerpc -mattr=+secure-plt -relocation-model=pic | FileCheck -check-prefix…
H A Dppc32-secure-plt-tls.ll1 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mattr=+secure-plt -relocation-model=pic | FileC…
H A Dppc32-pic.ll3 ; RUN: llc < %s -mtriple=powerpc -relocation-model=pic -mattr=+secure-plt | \
H A Difunc.ll39 attributes #0 = { "target-features"="+secure-plt" }
/llvm-project-15.0.7/clang/lib/Headers/
H A Darm_cmse.h38 unsigned secure : 1; member
77 unsigned secure : 1;
182 return __permb.flags.secure ? NULL : __pb; in cmse_check_address_range()
/llvm-project-15.0.7/lld/test/ELF/
H A Dsilent-ignore.test13 RUN: -secure-plt \
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-cmse-secure.c34 sum += tt_val.flags.secure; in test_cmse_primitives()
/llvm-project-15.0.7/lld/test/COFF/
H A Dsafeseh-notable.s8 # This is a more secure default. If someone wants to use a CRT without a load
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DLICENSE.TXT9 http://llvm.org are permitted to link via hypertext to the CERT(R) secure coding
/llvm-project-15.0.7/llvm/utils/phabricator/
H A D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch17 Link: https://secure.phabricator.com/book/phabcontrib/article/contributing_code/
/llvm-project-15.0.7/libc/docs/
H A Dstrings.rst166 more secure and safe than the previous standard. These functions add runtime
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks.m262 …g {{Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (2 'X's seen)}}
267 …all to 'mkstemps' should have at least 6 'X's in the format string to be secure (4 'X's seen, 2 ch…
269 …ng {{Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (1 'X' seen)}}
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstack-protector-msvc.ll4 ; Make sure fastisel falls back and does something secure.
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dframeproc-flags.ll68 ; CHECK: flags = has alloca | secure checks | opt speed
104 ; CHECK: flags = secure checks | opt speed
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.td136 def FeatureSecurePlt : SubtargetFeature<"secure-plt","SecurePlt", "true",
137 "Enable secure plt mode">;
/llvm-project-15.0.7/llvm/docs/
H A DPhabricator.rst439 .. _Arcanist Quick Start: https://secure.phabricator.com/book/phabricator/article/arcanist_quick_st…
440 .. _Arcanist User Guide: https://secure.phabricator.com/book/phabricator/article/arcanist/
H A DSecurity.rst214 …d to decide whether it wants to invest in making these parts of the code secure-able, and maintain…
H A DSpeculativeLoadHardening.md1012 "secure by default" approach known prior to this effort and serves as the
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td6285 This attribute declares a non-secure function type. When compiling for secure
6286 state, a call to such a function would switch from secure to non-secure state.
6287 All non-secure function calls must happen only through a function pointer, and
6288 a non-secure function type should only be used as a base type of a pointer.
6298 This attribute declares a function that can be called from non-secure state, or
6299 from secure state. Entering from and returning to non-secure state would switch
6300 to and from secure state, respectively, and prevent flow of information
6301 to non-secure state, except via return values. See `ARMv8-M Security Extensions:
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td709 def: F<"secure-plt">;
/llvm-project-15.0.7/libcxx/include/
H A Dlocale3378 // secure memory for digit storage
3403 // secure memory for formatting
3445 // secure memory for formatting
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst847 …Warn on occurrences of unsafe or deprecated buffer handling functions, which now have a secure var…
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td1454 // v8.4a "Virtualization secure second stage translation" registers