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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h172 void insertDIE(const MDNode *TypeMD, DIE *Die) { function in class:llvm::DwarfFile
H A DDwarfUnit.h127 void insertDIE(const DINode *Desc, DIE *D);
129 void insertDIE(DIE *D);
248 /// call insertDIE if MD is not null.
H A DDwarfCompileUnit.cpp73 insertDIE(Node, &getUnitDie());
669 insertDIE(DL.getLabel(), LabelDie);
682 insertDIE(DV.getVariable(), VariableDie);
1111 insertDIE(CallSiteDieParam);
1131 insertDIE(Module, IMDie);
H A DDwarfUnit.cpp210 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) { function in class:DwarfUnit
212 DU->insertDIE(Desc, D);
218 void DwarfUnit::insertDIE(DIE *D) { function in class:DwarfUnit
397 insertDIE(N, &Die);

Completed in 109 milliseconds