HomeSort by: relevance | last modified time | path
    Searched refs:insertDIE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 173 void insertDIE(const MDNode *TypeMD, DIE *Die) {
DwarfUnit.h 139 void insertDIE(const DINode *Desc, DIE *D);
141 void insertDIE(DIE *D);
259 /// call insertDIE if MD is not null.
DwarfCompileUnit.cpp 62 insertDIE(Node, &getUnitDie());
700 insertDIE(DL.getLabel(), LabelDie);
713 insertDIE(DV.getVariable(), VariableDie);
1226 insertDIE(CallSiteDieParam);
1246 insertDIE(Module, IMDie);
DwarfUnit.cpp 208 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) {
210 DU->insertDIE(Desc, D);
216 void DwarfUnit::insertDIE(DIE *D) {
391 insertDIE(N, &Die);

Completed in 26 milliseconds