Home
last modified time | relevance | path

Searched refs:getOrCreateSubprogramDIE (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp297 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes()); in updateSubprogramScopeDIE()
650 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
676 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()
705 D = getOrCreateSubprogramDIE(SP); in finishSubprogramDefinition()
DDwarfUnit.cpp669 return getOrCreateSubprogramDIE(SP); in getOrCreateContextDIE()
920 getOrCreateSubprogramDIE(SP); in constructTypeDIE()
1096 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE() function in DwarfUnit
1111 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
DDwarfUnit.h281 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h235 DIE *getOrCreateSubprogramDIE(DISubprogram SP);
DDwarfCompileUnit.cpp572 DIE *ContextDIE = getOrCreateSubprogramDIE(DISubprogram(Context)); in addToContextOwner()
780 ElemDie = getOrCreateSubprogramDIE(DISubprogram(Element)); in constructTypeDIE()
919 DIE *CompileUnit::getOrCreateSubprogramDIE(DISubprogram SP) { in getOrCreateSubprogramDIE() function in CompileUnit
DDwarfDebug.cpp196 SPCU->getOrCreateSubprogramDIE(SPDecl)); in updateSubprogramScopeDIE()
522 DIE *SubprogramDie = TheCU->getOrCreateSubprogramDIE(SP); in constructSubprogramDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp320 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes()); in updateSubprogramScopeDIE()
765 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
796 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()
DDwarfUnit.h257 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
DDwarfUnit.cpp711 return getOrCreateSubprogramDIE(SP); in getOrCreateContextDIE()
980 getOrCreateSubprogramDIE(SP); in constructTypeDIE()
1189 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE() function in DwarfUnit
1204 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()