Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
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()
Dgetusershell.cpp14 char *fentry = getusershell(); in main() local
16 printf("First entry: '%s'\n", fentry); in main()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dkfree_skb.c65 struct bpf_program *prog, *fentry, *fexit; in test_kfree_skb() local
87 fentry = bpf_object__find_program_by_title(obj2, "fentry/eth_type_trans"); in test_kfree_skb()
88 if (CHECK(!fentry, "find_prog", "prog eth_type_trans not found\n")) in test_kfree_skb()
101 link_fentry = bpf_program__attach_trace(fentry); in test_kfree_skb()
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dmnop-mcount-01.ll24 attributes #0 = { "fentry-call"="true" }
25 attributes #1 = { "fentry-call"="true" "mnop-mcount" }
Dmrecord-mcount-01.ll31 attributes #0 = { "fentry-call"="true" "mrecord-mcount" }
32 attributes #1 = { "fentry-call"="true" "mnop-mcount" "mrecord-mcount" }
Dfentry-insertion.ll28 attributes #0 = { "fentry-call"="true" }
29 attributes #1 = { inlinehint minsize noredzone nounwind optsize sspstrong "fentry-call"="true" }
Dfentry-debug-info.ll1 ; Test that compiling with fentry and debuginfo works.
10 attributes #0 = { norecurse nounwind readnone "fentry-call"="true" }
Dmrecord-mcount-02.ll3 ; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call
Dmnop-mcount-02.ll3 ; CHECK: LLVM ERROR: mnop-mcount only supported with fentry-call
Dfentry-no-reorder.ll14 attributes #0 = { nofree nounwind writeonly "fentry-call"="true" }
/external/llvm-project/llvm/test/CodeGen/X86/
Dfentry-insertion.ll29 attributes #0 = { "fentry-call"="true" }
30 attributes #1 = { inlinehint minsize noredzone nounwind optsize sspstrong "fentry-call"="true" }
DO0-pipeline.ll56 ; CHECK-NEXT: Insert fentry calls
Dopt-pipeline.ll174 ; CHECK-NEXT: Insert fentry calls
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_ftrace.sh32 ./test_progs -t fentry
/external/llvm-project/llvm/test/CodeGen/AArch64/
DO0-pipeline.ll62 ; CHECK-NEXT: Insert fentry calls
DO3-pipeline.ll192 ; CHECK-NEXT: Insert fentry calls
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp572 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local
574 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_PLT, Ctx); in LowerFENTRY_CALL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp573 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local
575 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_PLT, Ctx); in LowerFENTRY_CALL()
/external/llvm-project/llvm/test/CodeGen/ARM/
DO3-pipeline.ll166 ; CHECK-NEXT: Insert fentry calls
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetOpcodes.def114 /// FEntry all - This is a marker instruction which gets translated into a raw fentry call.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1290 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local
1292 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_None, Ctx); in LowerFENTRY_CALL()
/external/llvm-project/llvm/lib/Target/X86/
DX86MCInstLower.cpp1315 MCSymbol *fentry = Ctx.getOrCreateSymbol("__fentry__"); in LowerFENTRY_CALL() local
1317 MCSymbolRefExpr::create(fentry, MCSymbolRefExpr::VK_None, Ctx); in LowerFENTRY_CALL()
/external/llvm-project/llvm/include/llvm/Support/
DTargetOpcodes.def121 /// FEntry all - This is a marker instruction which gets translated into a raw fentry call.
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst2700 Insert calls to fentry at function entry (x86/SystemZ only)
/external/llvm-project/clang/include/clang/Driver/
DOptions.td2726 def mfentry : Flag<["-"], "mfentry">, HelpText<"Insert calls to fentry at function entry (x86/Syste…