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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 133 /// getDIE - Returns the debug information entry map slot for the
135 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); }
DwarfDebug.h 141 DIE *getDIE() const { return TheDIE; }

Completed in 21 milliseconds