Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1148 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 DDebugInfoFlags.def74 // Subprogram-specific flags kept in DISubprogram.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h430 void addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h1338 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1588 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 DLowerMatrixIntrinsics.cpp86 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
87 return Subprogram; in getSubprogram()