Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h137 void insertDIE(const DINode *Desc, DIE *D);
139 void insertDIE(DIE *D);
H A DDwarfFile.h173 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
H A DDwarfCompileUnit.cpp61 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
712 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
725 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl()
1248 insertDIE(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
1268 insertDIE(Module, IMDie); in constructImportedEntityDIE()
H A DDwarfUnit.cpp202 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit
204 DU->insertDIE(Desc, D); in insertDIE()
210 void DwarfUnit::insertDIE(DIE *D) { in insertDIE() function in DwarfUnit
387 insertDIE(N, &Die); in createAndAddDIE()