Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h139 void insertDIE(const DINode *Desc, DIE *D);
141 void insertDIE(DIE *D);
H A DDwarfFile.h173 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() function
H A DDwarfCompileUnit.cpp62 insertDIE(Node, &getUnitDie()); in DwarfCompileUnit()
700 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
713 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl()
1226 insertDIE(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
1246 insertDIE(Module, IMDie); in constructImportedEntityDIE()
H A DDwarfUnit.cpp208 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { in insertDIE() function in DwarfUnit
210 DU->insertDIE(Desc, D); in insertDIE()
216 void DwarfUnit::insertDIE(DIE *D) { in insertDIE() function in DwarfUnit
391 insertDIE(N, &Die); in createAndAddDIE()