Home
last modified time | relevance | path

Searched refs:CUInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h24 struct CUInfo;
88 void handleDie(OutputAggregator &Strm, CUInfo &CUI, DWARFDie Die);
95 void parseCallSiteInfoFromDwarf(CUInfo &CUI, DWARFDie Die, FunctionInfo &FI);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp28 struct llvm::gsym::CUInfo { struct in llvm::gsym
35 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) { in CUInfo() argument
218 CUInfo &CUI, DWARFDie Die, uint32_t Depth, in parseInlineInfo()
310 static void convertFunctionLineTable(OutputAggregator &Out, CUInfo &CUI, in convertFunctionLineTable()
456 void DwarfTransformer::handleDie(OutputAggregator &Out, CUInfo &CUI, in handleDie()
573 void DwarfTransformer::parseCallSiteInfoFromDwarf(CUInfo &CUI, DWARFDie Die, in parseCallSiteInfoFromDwarf()
657 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert()
683 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert()