Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1655 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() argument
1660 if (const char *Name = Subprogram.getSubroutineName(DINameKind::ShortName)) in addLocalsForDie()
1664 if (auto FrameBase = Subprogram.find(DW_AT_frame_base)) in addLocalsForDie()
1714 Subprogram = Origin; in addLocalsForDie()
1717 addLocalsForDie(CU, Subprogram, Child, Result); in addLocalsForDie()
1727 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
1728 if (Subprogram.isValid()) in getLocalsForAddress()
1729 addLocalsForDie(CU, Subprogram, Subprogram, Result); in getLocalsForAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def74 // Subprogram-specific flags kept in DISubprogram.
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h265 LLVMMetadataRef Subprogram);
1400 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h489 void addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1770 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine() argument
1771 return unwrapDI<DISubprogram>(Subprogram)->getLine(); in LLVMDISubprogramGetLine()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp95 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
96 return Subprogram; in getSubprogram()