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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h404 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
406 DIEEntry *createDIEEntry(DIE *Entry);
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
302 addDIEEntry(Die, Attribute, createDIEEntry(Entry));
959 Entry = createDIEEntry(Buffer);
1259 Entry = createDIEEntry(ElemDie);

Completed in 55 milliseconds