Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h196 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
H A DDwarfCompileUnit.cpp59 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
530 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
543 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl()
850 insertDIE(Module, IMDie); in constructImportedEntityDIE()
H A DDwarfUnit.h129 void insertDIE(const DINode *Desc, DIE *D);
H A DDwarfUnit.cpp192 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit
194 DU->insertDIE(Desc, D); in insertDIE()
373 insertDIE(N, &Die); in createAndAddDIE()