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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 297 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes());
644 // Some of this is duplicated from DwarfUnit::getOrCreateSubprogramDIE, with
650 getOrCreateSubprogramDIE(SPDecl);
676 EntityDie = getOrCreateSubprogramDIE(SP);
705 D = getOrCreateSubprogramDIE(SP);
    [all...]
DwarfUnit.h 281 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
DwarfUnit.cpp 669 return getOrCreateSubprogramDIE(SP);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 234 /// getOrCreateSubprogramDIE - Create new DIE using SP.
235 DIE *getOrCreateSubprogramDIE(DISubprogram SP);
DwarfCompileUnit.cpp 572 DIE *ContextDIE = getOrCreateSubprogramDIE(DISubprogram(Context));
780 ElemDie = getOrCreateSubprogramDIE(DISubprogram(Element));
918 /// getOrCreateSubprogramDIE - Create new DIE using SP.
919 DIE *CompileUnit::getOrCreateSubprogramDIE(DISubprogram SP)
    [all...]
DwarfDebug.cpp 196 SPCU->getOrCreateSubprogramDIE(SPDecl));
522 DIE *SubprogramDie = TheCU->getOrCreateSubprogramDIE(SP);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 257 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
DwarfCompileUnit.cpp 320 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes());
759 // Some of this is duplicated from DwarfUnit::getOrCreateSubprogramDIE, with
765 getOrCreateSubprogramDIE(SPDecl);
796 EntityDie = getOrCreateSubprogramDIE(SP);
    [all...]
DwarfUnit.cpp 711 return getOrCreateSubprogramDIE(SP);
    [all...]

Completed in 1973 milliseconds