Searched refs:Subprogram (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1148 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() argument 1153 if (const char *Name = Subprogram.getSubroutineName(DINameKind::ShortName)) in addLocalsForDie() 1157 if (auto FrameBase = Subprogram.find(DW_AT_frame_base)) in addLocalsForDie() 1208 Subprogram = Origin; in addLocalsForDie() 1211 addLocalsForDie(CU, Subprogram, Child, Result); in addLocalsForDie() 1221 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local 1222 if (Subprogram.isValid()) in getLocalsForAddress() 1223 addLocalsForDie(CU, Subprogram, Subprogram, Result); in getLocalsForAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 74 // Subprogram-specific flags kept in DISubprogram.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFContext.h | 430 void addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 1338 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1588 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine() argument 1589 return unwrapDI<DISubprogram>(Subprogram)->getLine(); in LLVMDISubprogramGetLine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 86 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local 87 return Subprogram; in getSubprogram()
|