Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h173 void insertDIE(const MDNode *TypeMD, DIE *Die) {
174 void insertDIE(const MDNode *TypeMD, DIE *Die) { insertDIE() function
H A DDwarfUnit.h151 void insertDIE(const DINode *Desc, DIE *D);
153 void insertDIE(DIE *D);
H A DDwarfCompileUnit.cpp77 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
763 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIE()
979 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
1330 insertDIE(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
1350 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()