Home
last modified time | relevance | path

Searched refs:Subprogram (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1232 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 DDebugInfoFlags.def74 // Subprogram-specific flags kept in DISubprogram.
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h251 LLVMMetadataRef Subprogram);
1362 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h463 void addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c852 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 DDebugInfo.cpp1648 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 DLowerMatrixIntrinsics.cpp91 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
92 return Subprogram; in getSubprogram()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst524 =Subprogram: A subprogram.