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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 113 DIE *getDIE(const MDNode *TypeMD) {
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...]
DIE.cpp 200 getDIE##T().EmitValue(AP, Form); \
212 return getDIE##T().SizeOf(AP, Form);
225 getDIE##T().print(O); \
DwarfCompileUnit.cpp 106 if (DIE *Die = getDIE(GV))
657 EntityDie = getDIE(Entity);
670 DIE *D = getDIE(SP);
696 SPDIE = getDIE(SP);
DwarfUnit.h 163 DIE *getDIE(const DINode *D) const;
DwarfDebug.h 115 DIE *getDIE() const { return TheDIE; }
DwarfDebug.cpp 509 DIE *VariableDie = Var->getDIE();
518 if (AbsVar && AbsVar->getDIE()) {
520 *AbsVar->getDIE());
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 410 const DIE##T &getDIE##T() const { \
415 const DIE##T &getDIE##T() const { \

Completed in 78 milliseconds