Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetfsent.cpp15 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 Dgetusershell.cpp14 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 Dmnop-mcount-01.ll24 attributes #0 = { "fentry-call"="true" }
25 attributes #1 = { "fentry-call"="true" "mnop-mcount" }
H A Dmrecord-mcount-01.ll31 attributes #0 = { "fentry-call"="true" "mrecord-mcount" }
32 attributes #1 = { "fentry-call"="true" "mnop-mcount" "mrecord-mcount" }
H A Dfentry-debug-info.ll1 ; Test that compiling with fentry and debuginfo works.
10 attributes #0 = { norecurse nounwind readnone "fentry-call"="true" }
H A Dfentry-insertion.ll28 attributes #0 = { "fentry-call"="true" }
29 attributes #1 = { inlinehint minsize noredzone nounwind optsize sspstrong "fentry-call"="true" }
H A Dmnop-mcount-02.ll3 ; CHECK: LLVM ERROR: mnop-mcount only supported with fentry-call
H A Dmrecord-mcount-02.ll3 ; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call
H A Dfentry-no-reorder.ll14 attributes #0 = { nofree nounwind writeonly "fentry-call"="true" }
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfentry-insertion.ll29 attributes #0 = { "fentry-call"="true" }
30 attributes #1 = { inlinehint minsize noredzone nounwind optsize sspstrong "fentry-call"="true" }
H A Dfentry-ibt.ll16 attributes #0 = { "fentry-call"="true" }
H A DO0-pipeline.ll60 ; CHECK-NEXT: Insert fentry calls
H A Dopt-pipeline.ll183 ; CHECK-NEXT: Insert fentry calls
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dmachine-outliner-patchable.ll9 define void @fentry0(i1 %a) nounwind "fentry-call"="true" {
25 define void @fentry1(i1 %a) nounwind "fentry-call"="true" {
H A DO0-pipeline.ll49 ; CHECK-NEXT: Insert fentry calls
H A DO3-pipeline.ll152 ; CHECK-NEXT: Insert fentry calls
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-patchable.ll9 define void @fentry0(i1 %a) nounwind "fentry-call"="true" {
25 define void @fentry1(i1 %a) nounwind "fentry-call"="true" {
H A DO0-pipeline.ll61 ; CHECK-NEXT: Insert fentry calls
H A DO3-pipeline.ll210 ; CHECK-NEXT: Insert fentry calls
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def153 DUMMY_MACHINE_FUNCTION_PASS("fentry-insert", FEntryInserterPass, ())
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp660 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 DO3-pipeline.ll178 ; CHECK-NEXT: Insert fentry calls
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DO3-pipeline.ll198 ; CHECK-NEXT: Insert fentry calls
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllc-pipeline.ll124 ; 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 DX86MCInstLower.cpp1330 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local
1332 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_None, Ctx); in LowerFENTRY_CALL()

12