HomeSort by: relevance | last modified time | path
    Searched defs:getDIE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 177 DIE *getDIE(const MDNode *TypeMD) {
DwarfDebug.h 87 DIE *getDIE() const { return TheDIE; }
DwarfUnit.cpp 202 DIE *DwarfUnit::getDIE(const DINode *D) const {
204 return DU->getDIE(D);
549 return getDIE(Context);
556 if (DIE *TyDIE = getDIE(Ty))
621 if (DIE *TyDIE = getDIE(Ty))
718 if (auto *VarDIE = getDIE(Var))
1050 if (DIE *NDie = getDIE(NS))
1071 if (DIE *MDie = getDIE(M))
1104 if (DIE *SPDie = getDIE(SP))
1142 DeclDie = getDIE(SPDecl)
    [all...]

Completed in 22 milliseconds