HomeSort by relevance Sort by last modified time
    Searched refs:getDIE (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 94 DIE *getDIE() const { return TheDIE; }
573 DIE *getDIE(const MDNode *TypeMD) {
DwarfUnit.cpp 143 /// getDIE - Returns the debug information entry map slot for the
147 DIE *DwarfUnit::getDIE(DIDescriptor D) const {
149 return DD->getDIE(D);
    [all...]
DwarfDebug.cpp 714 EntityDie = TheCU.getDIE(Entity);
789 DIE *VariableDie = Var->getDIE();
799 if (AbsVar && AbsVar->getDIE()) {
801 *AbsVar->getDIE());
823 DIE *D = SPCU->getDIE(SP);
    [all...]
DwarfUnit.h 246 /// getDIE - Returns the debug information entry map slot for the
251 DIE *getDIE(DIDescriptor D) const;

Completed in 68 milliseconds