Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp401 DISubprogram *Subprogram = F.getSubprogram(); in doInitialization() local
402 if (Subprogram) { in doInitialization()
403 llvm::DICompileUnit *CU = Subprogram->getUnit(); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1653 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() argument
1658 if (const char *Name = Subprogram.getSubroutineName(DINameKind::ShortName)) in addLocalsForDie()
1662 if (auto FrameBase = Subprogram.find(DW_AT_frame_base)) in addLocalsForDie()
1712 Subprogram = Origin; in addLocalsForDie()
1715 addLocalsForDie(CU, Subprogram, Child, Result); in addLocalsForDie()
1725 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
1726 if (Subprogram.isValid()) in getLocalsForAddress()
1727 addLocalsForDie(CU, Subprogram, Subprogram, Result); in getLocalsForAddress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def74 // Subprogram-specific flags kept in DISubprogram.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h252 LLVMMetadataRef Subprogram);
1369 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h489 void addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1743 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine() argument
1744 return unwrapDI<DISubprogram>(Subprogram)->getLine(); in LLVMDISubprogramGetLine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp94 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
95 return Subprogram; in getSubprogram()