Searched refs:insertDIE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 173 void insertDIE(const MDNode *TypeMD, DIE *Die) { 174 void insertDIE(const MDNode *TypeMD, DIE *Die) { insertDIE() function
|
H A D | DwarfUnit.h | 151 void insertDIE(const DINode *Desc, DIE *D); 153 void insertDIE(DIE *D);
|
H A D | DwarfCompileUnit.cpp | 77 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 D | DwarfUnit.cpp | 202 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()
|