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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 123 DIE *getDIE(const MDNode *TypeMD) {
DwarfDebug.h 117 DIE *getDIE() const { return TheDIE; }
DwarfUnit.cpp 170 DIE *DwarfUnit::getDIE(const DINode *D) const {
172 return DU->getDIE(D);
672 return getDIE(Context);
679 if (DIE *TyDIE = getDIE(Ty))
708 if (DIE *TyDIE = getDIE(Ty))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 97 /// getDIE - Returns the debug information entry map slot for the
99 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); }
DwarfDebug.h 140 DIE *getDIE() const { return TheDIE; }

Completed in 231 milliseconds