| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | cmse-errors.ll | 12 ; 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 D | ppc32-pic-large.ll | 2 ; 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 D | ppc32-secure-plt-tls2.ll | 1 ; RUN: llc < %s -mtriple=powerpc -mattr=+secure-plt -relocation-model=pic | FileCheck -check-prefix…
|
| H A D | ppc32-secure-plt-tls.ll | 1 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mattr=+secure-plt -relocation-model=pic | FileC…
|
| H A D | ppc32-pic.ll | 3 ; RUN: llc < %s -mtriple=powerpc -relocation-model=pic -mattr=+secure-plt | \
|
| H A D | ifunc.ll | 39 attributes #0 = { "target-features"="+secure-plt" }
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | arm_cmse.h | 38 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 D | silent-ignore.test | 13 RUN: -secure-plt \
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm-cmse-secure.c | 34 sum += tt_val.flags.secure; in test_cmse_primitives()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | safeseh-notable.s | 8 # 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 D | LICENSE.TXT | 9 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 D | 0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch | 17 Link: https://secure.phabricator.com/book/phabcontrib/article/contributing_code/
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | strings.rst | 166 more secure and safe than the previous standard. These functions add runtime
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | security-syntax-checks.m | 262 …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 D | stack-protector-msvc.ll | 4 ; Make sure fastisel falls back and does something secure.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | frameproc-flags.ll | 68 ; 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 D | PPC.td | 136 def FeatureSecurePlt : SubtargetFeature<"secure-plt","SecurePlt", "true", 137 "Enable secure plt mode">;
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Phabricator.rst | 439 .. _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 D | Security.rst | 214 …d to decide whether it wants to invest in making these parts of the code secure-able, and maintain…
|
| H A D | SpeculativeLoadHardening.md | 1012 "secure by default" approach known prior to this effort and serves as the
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 6285 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 D | Options.td | 709 def: F<"secure-plt">;
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | locale | 3378 // 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 D | checkers.rst | 847 …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 D | AArch64SystemOperands.td | 1454 // v8.4a "Virtualization secure second stage translation" registers
|