Searched refs:Subprogram (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/ |
| H A D | debuginfofinder-multiple-cu.ll | 11 ;CHECK: Subprogram: [ DW_TAG_subprogram ] [line 1] [def] [f] 12 ;CHECK: Subprogram: [ DW_TAG_subprogram ] [line 1] [def] [g]
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
| H A D | Cloning.cpp | 239 DISubprogram Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4, in CreateOldFunctionBodyAndDI() local 245 DebugLoc Loc = DebugLoc::get(3, 2, Subprogram); in CreateOldFunctionBodyAndDI() 248 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 251 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 259 dwarf::DW_TAG_auto_variable, Subprogram, "x", File, 5, IntType, true); in CreateOldFunctionBodyAndDI() 298 TEST_F(CloneFunc, Subprogram) { in TEST_F() argument
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 159 for (DISubprogram Subprogram : Finder.subprograms()) { in FindSubprogram() local 160 if (Subprogram.describes(F)) return Subprogram; in FindSubprogram()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 902 DISubprogram Subprogram = getDISubprogram(Scope); in getDISubprogram() local 903 return Subprogram.describes(F) ? Subprogram : DISubprogram(); in getDISubprogram()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 288 Subprogram descriptors
|