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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp78 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
80 DIEEntry *DwarfUnit::createDIEEntry(DIE &Entry) { function in class:DwarfUnit
361 addDIEEntry(Die, Attribute, createDIEEntry(Entry));
1029 Entry = createDIEEntry(*Buffer);
1243 Entry = createDIEEntry(ElemDie);

Completed in 82 milliseconds