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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 249 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
251 DIEEntry *createDIEEntry(DIE *Entry);
DwarfCompileUnit.cpp 44 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
46 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
98 Die->addValue(Attribute, Form, createDIEEntry(Entry));
623 Entry = createDIEEntry(Buffer);
    [all...]

Completed in 101 milliseconds