Searched defs:getDIE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp143 /// getDIE - Returns the debug information entry map slot for the
147 DIE *DwarfUnit::getDIE(DIDescriptor D) const { function in class:DwarfUnit
149 return DD->getDIE(D);
925 return getDIE(Context);
932 if (DIE *TyDIE = getDIE(Ty))
965 if (DIE *TyDIE = getDIE(Ty))
1360 if (DIE *NDie = getDIE(NS))
1382 if (DIE *SPDie = getDIE(SP))
1415 DeclDie = getDIE(SPDecl);
1558 if (getDIE(G
[all...]
H A DDwarfDebug.h94 DIE *getDIE() const { return TheDIE; } function in class:llvm::DbgVariable
573 DIE *getDIE(const MDNode *TypeMD) { function in class:llvm::DwarfDebug

Completed in 95 milliseconds