HomeSort by relevance Sort by last modified time
    Searched defs:insertDIE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 58 insertDIE(Node, &getUnitDie());
153 /// insertDIE - Insert DIE into the map. We delegate the request to DwarfDebug
156 void DwarfUnit::insertDIE(DIDescriptor Desc, DIE *D) {
158 DD->insertDIE(Desc, D);
390 /// call insertDIE if MD is not null.
397 insertDIE(N, &Die);
    [all...]
DwarfDebug.h 570 void insertDIE(const MDNode *TypeMD, DIE *Die) {

Completed in 1000 milliseconds