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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 113 DIE *getDIE(const MDNode *TypeMD) {
DwarfDebug.h 115 DIE *getDIE() const { return TheDIE; }
DwarfUnit.cpp 172 DIE *DwarfUnit::getDIE(const DINode *D) const {
174 return DU->getDIE(D);
698 return getDIE(Context);
705 if (DIE *TyDIE = getDIE(Ty))
736 if (DIE *TyDIE = getDIE(Ty))
    [all...]

Completed in 186 milliseconds