Searched refs:Subprogram (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1232 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() argument 1237 if (const char *Name = Subprogram.getSubroutineName(DINameKind::ShortName)) in addLocalsForDie() 1241 if (auto FrameBase = Subprogram.find(DW_AT_frame_base)) in addLocalsForDie() 1291 Subprogram = Origin; in addLocalsForDie() 1294 addLocalsForDie(CU, Subprogram, Child, Result); in addLocalsForDie() 1304 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local 1305 if (Subprogram.isValid()) in getLocalsForAddress() 1306 addLocalsForDie(CU, Subprogram, Subprogram, Result); in getLocalsForAddress()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 74 // Subprogram-specific flags kept in DISubprogram.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 251 LLVMMetadataRef Subprogram); 1362 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFContext.h | 463 void addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die,
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
| H A D | debuginfo_ocaml.c | 852 value llvm_di_subprogram_get_line(LLVMMetadataRef Subprogram) { in llvm_di_subprogram_get_line() argument 853 return Val_int(LLVMDISubprogramGetLine(Subprogram)); in llvm_di_subprogram_get_line()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1648 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine() argument 1649 return unwrapDI<DISubprogram>(Subprogram)->getLine(); in LLVMDISubprogramGetLine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 91 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local 92 return Subprogram; in getSubprogram()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-debuginfo-analyzer.rst | 524 =Subprogram: A subprogram.
|