Home
last modified time | relevance | path

Searched refs:subprograms (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp90 for (DISubprogram *S : Finder.subprograms()) { in printModuleDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h139 iterator_range<subprogram_iterator> subprograms() const { in subprograms() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp229 for (DISubprogram *ISP : DIFinder->subprograms()) { in CloneFunctionInto()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfig.in352 /* Define if you want to run subprograms and generated programs
H A Dconfigure.in356 [Define if you want to run subprograms and generated programs
/openbsd-src/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst351 …timeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !2, subprograms: !3, globals: !…
1033 ;; Define the anchor for subprograms.
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst3304 none. Since inlined subprograms do not have a call frame it seems they
3348 1. *In subprograms that need location lists to locate local variables, the*
3784 units, subprograms, subprogram entries, labels, subprogram types, etc.).
H A DLangRef.rst5637 ``tag: DW_TAG_friend``; or :ref:`subprograms <DISubprogram>` with
5774 When ``isDefinition: false``, subprograms describe a declaration in the type
6059 variables and subprograms) in the imported entity (such as module).
/openbsd-src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md1138 is allocated at offset 0x10 in the current subprograms stack frame. The
3243 > none. Since inlined subprograms do not have a call frame it seems they
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi4777 The compiler driver program runs one or more of the subprograms
10909 names of the subprograms executed by the compiler. No slash is added
10942 specified when searching for subprograms, if it can't find the
10943 subprograms using @env{GCC_EXEC_PREFIX}.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dinvoke.texi6751 The compiler driver program runs one or more of the subprograms
13804 names of the subprograms executed by the compiler. No slash is added
13837 specified when searching for subprograms, if it can't find the
13838 subprograms using @env{GCC_EXEC_PREFIX}.
H A Dgcc.info6965 The compiler driver program runs one or more of the subprograms
13047 names of the subprograms executed by the compiler. No slash is
13081 specified when searching for subprograms, if it can't find the
13082 subprograms using `GCC_EXEC_PREFIX'.
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5082 …HelpText<"Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSI…