Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Dgmlt.ll8 ; * -gmlt includes no DW_TAG_subprograms for subprograms without inlined
11 ; describes those subprograms
17 ; Omitting the subprograms without inlined subroutines is not possible
18 ; currently on Darwin as dsymutil will drop the whole CU if it has no subprograms
65 ; Make sure we don't have any other subprograms here (subprograms with no
/llvm-project-15.0.7/llvm/test/Bitcode/
H A DDISubprogram-distinct-definitions.ll9 !0 = distinct !DICompileUnit(language: 12, file: !1, subprograms: !{!3})
H A DDILocalVariable-explicit-tags.ll20 !4 = distinct !DICompileUnit(language: DW_LANG_C99, file: !5, subprograms: !{!0})
H A DDIGlobalVariableExpression2.ll22 …lse, runtimeVersion: 0, emissionKind: 1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !…
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dpr25915.ll6 ; CHECK-NOT: subprograms
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dsplit-dwarf-cross-unit-reference.ll11 ; Testing cross-CU references for types, subprograms, and variables
40 ; * debug_info.dwo uses relocations for types as well as abstract subprograms
42 ; * debug_info.dwo contains duplicate types, abstract subprograms and abstract
H A Dfission-inline.ll53 ; descriptions of subprograms with inlined scopes.
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h131 iterator_range<subprogram_iterator> subprograms() const { in subprograms() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp90 for (DISubprogram *S : Finder.subprograms()) { in printModuleDebugInfo()
/llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/
H A Dfuncimport_debug.ll11 ; Check that we have exactly two subprograms (that func's subprogram wasn't
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Ddbginfo.ll20 ; Check that debug info metadata for subprograms stores pointers to
/llvm-project-15.0.7/llvm/test/Linker/
H A Dreplaced-function-matches-first-subprogram.ll42 ; Extract out the list of subprograms from each compile unit.
H A Dtype-unique-odr-a.ll44 ; Ensure that there aren't any other subprograms in class A.
H A Dsubprogram-linkonce-weak.ll94 ; reference any code, and that the other subprograms look correct.
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dno-empty-child-vars.ll9 ; 1) Omit all dbg.values and place the variable in the subprograms retained
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp326 for (DISubprogram *SP : F.subprograms()) { in stripDeadDebugInfoImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp210 for (DISubprogram *ISP : DIFinder->subprograms()) { in CloneFunctionInto()
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst317 …timeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !2, subprograms: !3, globals: !…
999 ;; Define the anchor for subprograms.
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst3082 location of subprograms and entry points that are used in expressions
3290 none. Since inlined subprograms do not have a call frame it seems they
H A DLangRef.rst5507 ``tag: DW_TAG_friend``; or :ref:`subprograms <DISubprogram>` with
5644 When ``isDefinition: false``, subprograms describe a declaration in the type
5914 variables and subprograms) in the imported entity (such as module).
/llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md763 is allocated at offset 0x10 in the current subprograms stack frame. The
2861 > none. Since inlined subprograms do not have a call frame it seems they
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4926 …HelpText<"Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSI…