Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
714 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
727 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl()
1253 insertDIE(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
1273 insertDIE(Module, IMDie); in constructImportedEntityDIE()
H A DDwarfUnit.cpp201 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit
203 DU->insertDIE(Desc, D); in insertDIE()
209 void DwarfUnit::insertDIE(DIE *D) { in insertDIE() function in DwarfUnit
386 insertDIE(N, &Die); in createAndAddDIE()