Searched refs:CUInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DObjectFileTransformer.h24 struct CUInfo;
H A DDwarfTransformer.h22 struct CUInfo;
79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp27 struct llvm::gsym::CUInfo { struct in class:llvm::gsym
34 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) { function in struct:llvm::gsym::CUInfo
207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die,
249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI,
351 void DwarfTransformer::handleDie(raw_ostream &OS, CUInfo &CUI, DWARFDie Die) {
432 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get()));
458 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get()));

Completed in 119 milliseconds