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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h714 void emitDIE(DIE *Die, ArrayRef<DIEAbbrev *> Abbrevs);
H A DDwarfDebug.cpp484 // .debug_range as a uint, size 4, for now. emitDIE will handle
539 // .debug_range as a uint, size 4, for now. emitDIE will handle
2063 void DwarfDebug::emitDIE(DIE *Die, ArrayRef<DIEAbbrev *> Abbrevs) { function in class:DwarfDebug
2168 emitDIE(Children[j], Abbrevs);
2199 DD->emitDIE(Die, Abbreviations);

Completed in 103 milliseconds