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

  /external/llvm/lib/CodeGen/AsmPrinter/
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.h 94 DIE *getDIE() const { return TheDIE; }
573 DIE *getDIE(const MDNode *TypeMD) {

Completed in 674 milliseconds