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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 110 void insertDIE(const MDNode *TypeMD, DIE *Die) {
DwarfUnit.cpp 178 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) {
180 DU->insertDIE(Desc, D);
306 insertDIE(N, &Die);
    [all...]

Completed in 527 milliseconds