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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp358 /// addDIEEntry - Add a DIE attribute data and value.
360 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { function in class:DwarfUnit
361 addDIEEntry(Die, Attribute, createDIEEntry(Entry));
375 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, function in class:DwarfUnit
1021 addDIEEntry(Entity, Attribute, Entry);
1031 addDIEEntry(Entity, Attribute, Entry);
1124 addDIEEntry(Buffer, dwarf::DW_AT_containing_type,
1255 addDIEEntry(Buffer, dwarf::DW_AT_containing_type,
1437 addDIEEntry(SPDie, dwarf::DW_AT_specification, *DeclDie);
1639 addDIEEntry(*VariableSpecDI
[all...]

Completed in 100 milliseconds