Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h22 struct CUInfo;
79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
H A DObjectFileTransformer.h24 struct CUInfo;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp27 struct llvm::gsym::CUInfo { struct in llvm::gsym
34 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) { in CUInfo() function
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()