| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | getfsent.cpp | 15 struct fstab *fentry = getfsent(); in main() local 17 assert(fentry); in main() 20 struct fstab *pentry = getfsspec(fentry->fs_spec); in main() 23 struct fstab *wentry = getfsfile(fentry->fs_file); in main() 25 assert(!memcmp(fentry, wentry, sizeof(*wentry))); in main() 29 fentry->fs_spec, fentry->fs_mntops); in main()
|
| H A D | getusershell.cpp | 14 char *fentry = getusershell(); in main() local 16 printf("First entry: '%s'\n", fentry); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | mnop-mcount-01.ll | 24 attributes #0 = { "fentry-call"="true" } 25 attributes #1 = { "fentry-call"="true" "mnop-mcount" }
|
| H A D | mrecord-mcount-01.ll | 31 attributes #0 = { "fentry-call"="true" "mrecord-mcount" } 32 attributes #1 = { "fentry-call"="true" "mnop-mcount" "mrecord-mcount" }
|
| H A D | fentry-debug-info.ll | 1 ; Test that compiling with fentry and debuginfo works. 10 attributes #0 = { norecurse nounwind readnone "fentry-call"="true" }
|
| H A D | fentry-insertion.ll | 28 attributes #0 = { "fentry-call"="true" } 29 attributes #1 = { inlinehint minsize noredzone nounwind optsize sspstrong "fentry-call"="true" }
|
| H A D | mnop-mcount-02.ll | 3 ; CHECK: LLVM ERROR: mnop-mcount only supported with fentry-call
|
| H A D | mrecord-mcount-02.ll | 3 ; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call
|
| H A D | fentry-no-reorder.ll | 14 attributes #0 = { nofree nounwind writeonly "fentry-call"="true" }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fentry-insertion.ll | 29 attributes #0 = { "fentry-call"="true" } 30 attributes #1 = { inlinehint minsize noredzone nounwind optsize sspstrong "fentry-call"="true" }
|
| H A D | fentry-ibt.ll | 16 attributes #0 = { "fentry-call"="true" }
|
| H A D | O0-pipeline.ll | 60 ; CHECK-NEXT: Insert fentry calls
|
| H A D | opt-pipeline.ll | 183 ; CHECK-NEXT: Insert fentry calls
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | machine-outliner-patchable.ll | 9 define void @fentry0(i1 %a) nounwind "fentry-call"="true" { 25 define void @fentry1(i1 %a) nounwind "fentry-call"="true" {
|
| H A D | O0-pipeline.ll | 49 ; CHECK-NEXT: Insert fentry calls
|
| H A D | O3-pipeline.ll | 152 ; CHECK-NEXT: Insert fentry calls
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | machine-outliner-patchable.ll | 9 define void @fentry0(i1 %a) nounwind "fentry-call"="true" { 25 define void @fentry1(i1 %a) nounwind "fentry-call"="true" {
|
| H A D | O0-pipeline.ll | 61 ; CHECK-NEXT: Insert fentry calls
|
| H A D | O3-pipeline.ll | 210 ; CHECK-NEXT: Insert fentry calls
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.def | 153 DUMMY_MACHINE_FUNCTION_PASS("fentry-insert", FEntryInserterPass, ())
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 660 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local 662 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_PLT, Ctx); in LowerFENTRY_CALL()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | O3-pipeline.ll | 178 ; CHECK-NEXT: Insert fentry calls
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | O3-pipeline.ll | 198 ; CHECK-NEXT: Insert fentry calls
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llc-pipeline.ll | 124 ; GCN-O0-NEXT: Insert fentry calls 377 ; GCN-O1-NEXT: Insert fentry calls 667 ; GCN-O1-OPTS-NEXT: Insert fentry calls 959 ; GCN-O2-NEXT: Insert fentry calls 1264 ; GCN-O3-NEXT: Insert fentry calls
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1330 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local 1332 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_None, Ctx); in LowerFENTRY_CALL()
|