HomeSort by relevance Sort by last modified time
    Searched full:spdie (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
DwarfDebug.cpp 360 DIE *SPDie = SPCU->getDIE(SPNode);
362 assert(SPDie && "Unable to find subprogram DIE!");
372 SPDie = new DIE(dwarf::DW_TAG_subprogram);
375 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_abstract_origin,
378 SPCU->addDie(SPDie);
390 SPCU->addFlag(SPDie, dwarf::DW_AT_declaration);
404 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_object_pointer,
406 SPDie->addChild(Arg);
408 DIE *SPDeclDie = SPDie;
409 SPDie = new DIE(dwarf::DW_TAG_subprogram)
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 1786 Dwarf_Die cudie, spdie, indie; local
    [all...]

Completed in 240 milliseconds