Home
last modified time | relevance | path

Searched refs:insertDIE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h106 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
DDwarfUnit.h181 void insertDIE(DIDescriptor Desc, DIE *D);
DDwarfCompileUnit.cpp23 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
638 insertDIE(Module, IMDie.get()); in constructImportedEntityDIE()
DDwarfUnit.cpp196 void DwarfUnit::insertDIE(DIDescriptor Desc, DIE *D) { in insertDIE() function in DwarfUnit
198 DU->insertDIE(Desc, D); in insertDIE()
365 insertDIE(N, &Die); in createAndAddDIE()