Searched refs:CUInfo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | DwarfTransformer.h | 22 struct CUInfo; 83 void handleDie(OutputAggregator &Strm, CUInfo &CUI, DWARFDie Die);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 31 struct llvm::gsym::CUInfo { struct in llvm::gsym 38 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) { in CUInfo() function 221 CUInfo &CUI, DWARFDie Die, uint32_t Depth, in parseInlineInfo() 313 static void convertFunctionLineTable(OutputAggregator &Out, CUInfo &CUI, in convertFunctionLineTable() 447 void DwarfTransformer::handleDie(OutputAggregator &Out, CUInfo &CUI, in handleDie() 588 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert() 614 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert()
|