HomeSort by relevance Sort by last modified time
    Searched refs:createDIEEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 290 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
292 DIEEntry *createDIEEntry(DIE *Entry);
DwarfCompileUnit.cpp 47 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
49 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
117 Die->addValue(Attribute, Form, createDIEEntry(Entry));
660 Entry = createDIEEntry(Buffer);
886 Entry = createDIEEntry(ElemDie);
    [all...]

Completed in 26 milliseconds