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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp50 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
52 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) { function in class:CompileUnit
231 Die->addValue(Attribute, Form, createDIEEntry(Entry));
794 Entry = createDIEEntry(Buffer);
1046 Entry = createDIEEntry(ElemDie);

Completed in 128 milliseconds