Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli225 subprogram. See LLVMDIBuilderCreateFunction. *)
608 (** [get_subprogram f] Get the metadata of the subprogram attached to
612 (** [set_subprogram f m] Set the subprogram [m] attached to function [f]. *)
615 (** [di_subprogram_get_line m] Get the line associated with subprogram [m]. *)
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst327 suitable for describing an entity (such as variable or subprogram code) that is
451 entry to the subprogram.
469 subprogram is required. The SIMT active lane mask may be held in a register that
470 is modified as the subprogram executes. However, its value may be saved on entry
471 to the subprogram.
867 attribute of the subprogram corresponding to context's frame and program
887 ``DW_AT_LLVM_iterations`` attribute of the subprogram corresponding to
895 corresponds to an active invocation of a subprogram in the current thread. It
1095 possibly to find the base address of a subprogram’s call frame or the return
1096 address of a subprogram. Furthermore, to meet the needs of recent computer
[all …]
H A DSourceLevelDebugging.rst402 `subprogram descriptor <LangRef.html#disubprogram>`_. This way the location
424 inside of subprogram ``!4`` described above.
1041 ;; Define the subprogram itself.
H A DAMDGPUUsage.rst2092 to the subprogram. See :ref:`amdgpu-dwarf-dw-at-llvm-lane-pc` for an example.
2114 If the lane is inactive, but was active on entry to the subprogram, then this is
2115 the program location in the subprogram at which execution of the lane is
2118 If the lane was not active on entry to the subprogram, then this will be the
2124 calling subprogram until it finds a non-undefined location. Conceptually the
2130 following subprogram pseudo code for a target with 64 lanes per wavefront.
2199 ``DW_AT_LLVM_lane_pc`` attribute on the subprogram's debugger information entry.
2366 last active. If they were not active on entry to the subprogram, then will have
2386 The ``DW_AT_LLVM_active_lane`` attribute on a subprogram debugger information
2458 7. ``initial_instructions`` Since a subprogram X with fewer registers can be
[all …]
H A DLangRef.rst5584 :ref:`subprogram declarations <DISubprogramDeclaration>` and :ref:`member
5777 then the subprogram declaration is uniqued based only on its ``linkageName:``
5801 ``DILexicalBlock`` nodes describe nested blocks within a :ref:`subprogram
5848 the ``arg:`` field is set to non-zero, then this variable is a subprogram
/openbsd-src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md1139 subprogram stack frames are per lane and reside in an interleaved address space.
1236 the subprogram call stack. This involves determining the location where register
1466 that corresponds to an active invocation of a subprogram in the current
1643 possibly to find the base address of a subprogram's call frame or the return
1644 address of a subprogram. Furthermore, to meet the needs of recent computer
2451 value was in a register on entry to the subprogram.</i>
2668 distinct values and addresses in each subprogram invocation. Typically,
2685 Frame Address (CFA) of the current subprogram, obtained from the call frame
2690 information entry corresponding to the current subprogram can be computed
2693 computing the CFA change during a subprogram execution. If the call frame
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp966 LLVMMetadataRef subprogram) { in LLVMDIBuilderFinalizeSubprogram() argument
967 unwrap(Builder)->finalizeSubprogram(unwrapDI<DISubprogram>(subprogram)); in LLVMDIBuilderFinalizeSubprogram()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst242 add a few lines of code to describe a context for our subprogram, in this
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dsymbol.def508 the name in a FUNCTION or ENTRY statement (within a FUNCTION subprogram)
H A Dbad.def958 "Return value `%A' for FUNCTION at %0 not referenced in subprogram")
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def179 HANDLE_DW_TAG(0x002e, subprogram, 2, DWARF, DW_KIND_NONE)
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst524 =Subprogram: A subprogram.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi760 declaration of a package, subprogram, or generic, or a generic
762 generic, or subprogram renaming declaration). Such files are also
766 Ada source code file containing a library unit body (a subprogram or
4782 For each subprogram to be run, the compiler driver first tries the
10910 when this prefix is combined with the name of a subprogram, but you can
10916 If GCC cannot find the subprogram using the specified prefix, it
10917 tries looking in the usual places for the subprogram.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dinvoke.texi910 declaration of a package, subprogram, or generic, or a generic
912 generic, or subprogram renaming declaration). Such files are also
916 Ada source code file containing a library unit body (a subprogram or
6756 For each subprogram to be run, the compiler driver first tries the
13805 when this prefix is combined with the name of a subprogram, but you can
13811 If GCC cannot find the subprogram using the specified prefix, it
13812 tries looking in the usual places for the subprogram.
H A Dgcc.info1097 declaration of a package, subprogram, or generic, or a generic
1099 generic, or subprogram renaming declaration). Such files are also
1103 Ada source code file containing a library unit body (a subprogram
6970 For each subprogram to be run, the compiler driver first tries the
13048 added when this prefix is combined with the name of a subprogram,
13055 If GCC cannot find the subprogram using the specified prefix, it
13056 tries looking in the usual places for the subprogram.
/openbsd-src/gnu/gcc/libcpp/po/
H A Drw.po16980 #~ msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Dda.po13698 #~ msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dgcc.pot19703 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Dbe.po19565 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Del.po19857 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Dja.po20338 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Dnl.po20143 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Dde.po19451 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Dsv.po20094 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
H A Drw.po22336 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"

12