Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h110 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
DDwarfUnit.h173 void insertDIE(const DINode *Desc, DIE *D);
DDwarfCompileUnit.cpp24 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
643 insertDIE(Module, IMDie); in constructImportedEntityDIE()
DDwarfUnit.cpp178 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit
180 DU->insertDIE(Desc, D); in insertDIE()
306 insertDIE(N, &Die); in createAndAddDIE()