Searched refs:CUInfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | DwarfTransformer.h | 22 struct CUInfo; 79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
|
D | ObjectFileTransformer.h | 24 struct CUInfo;
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 27 struct llvm::gsym::CUInfo { struct in llvm::gsym 34 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) { in CUInfo() argument 207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die, in parseInlineInfo() 249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI, in convertFunctionLineTable() 351 void DwarfTransformer::handleDie(raw_ostream &OS, CUInfo &CUI, DWARFDie Die) { in handleDie() 432 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert() 458 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert()
|