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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 265 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) {
266 addDIEEntry(Die, Attribute, DIEEntry(Entry));
287 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute,
756 addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty)));
834 addDIEEntry(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 94 /// addDIEEntry - Add a DIE attribute data and value.
96 void CompileUnit::addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form,
819 addDIEEntry(&Buffer, dwarf::DW_AT_containing_type, dwarf::DW_FORM_ref4,
    [all...]

Completed in 394 milliseconds