Searched defs:emitDIE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp449 // .debug_range as a uint, size 4, for now. emitDIE will handle
506 // .debug_range as a uint, size 4, for now. emitDIE will handle
2031 void DwarfDebug::emitDIE(DIE *Die, std::vector<DIEAbbrev *> *Abbrevs) { function in class:DwarfDebug
2119 emitDIE(Children[j], Abbrevs);
2160 DD->emitDIE(Die, Abbreviations);

Completed in 107 milliseconds