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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 177 DIE *getDIE(const MDNode *TypeMD) {
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...]
DwarfCompileUnit.cpp 138 if (DIE *Die = getDIE(GV))
338 if (DIE *NDie = getDIE(CB))
1260 EntityDie = getDIE(Entity);
1272 DIE *D = getDIE(SP);
1288 auto *Die = Entity->getDIE();
1292 if (AbsEntity && AbsEntity->getDIE()) {
1293 addDIEEntry(*Die, dwarf::DW_AT_abstract_origin, *AbsEntity->getDIE());
DIE.cpp 332 getDIE##T().emitValue(AP, Form); \
344 return getDIE##T().SizeOf(AP, Form);
357 getDIE##T().print(O); \
DwarfUnit.h 129 DIE *getDIE(const DINode *D) const;
DwarfDebug.h 87 DIE *getDIE() const { return TheDIE; }
DwarfDebug.cpp 1265 DIE *Die = Entity->getDIE();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 494 const DIE##T &getDIE##T() const { \
499 const DIE##T &getDIE##T() const { \

Completed in 39 milliseconds