Home
last modified time | relevance | path

Searched refs:ContextDIE (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp677 DIE *ContextDIE = getOrCreateContextDIE(Context); in createTypeDIE() local
683 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in createTypeDIE()
705 DIE *ContextDIE = getOrCreateContextDIE(Context); in getOrCreateTypeDIE() local
706 assert(ContextDIE); in getOrCreateTypeDIE()
712 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in getOrCreateTypeDIE()
1055 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace() local
1059 DIE &NDie = createAndAddDIE(dwarf::DW_TAG_namespace, *ContextDIE, NS); in getOrCreateNameSpace()
1075 DIE *ContextDIE = getOrCreateContextDIE(M->getScope()); in getOrCreateModule() local
1079 DIE &MDie = createAndAddDIE(dwarf::DW_TAG_module, *ContextDIE, M); in getOrCreateModule()
1100 DIE *ContextDIE = in getOrCreateSubprogramDIE() local
[all …]
DDwarfCompileUnit.cpp117 DIE *ContextDIE = getOrCreateContextDIE(GVContext); in getOrCreateGlobalVariableDIE() local
120 DIE *VariableDIE = &createAndAddDIE(GV->getTag(), *ContextDIE, GV); in getOrCreateGlobalVariableDIE()
640 DIE *ContextDIE; in constructAbstractSubprogramScopeDIE() local
643 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
649 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
652 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope())); in constructAbstractSubprogramScopeDIE()
656 AbsDef = &createAndAddDIE(dwarf::DW_TAG_subprogram, *ContextDIE, nullptr); in constructAbstractSubprogramScopeDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp719 DIE *ContextDIE = getOrCreateContextDIE(Context); in createTypeDIE() local
725 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in createTypeDIE()
750 DIE *ContextDIE = getOrCreateContextDIE(Context); in getOrCreateTypeDIE() local
751 assert(ContextDIE); in getOrCreateTypeDIE()
757 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in getOrCreateTypeDIE()
1147 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace() local
1151 DIE &NDie = createAndAddDIE(dwarf::DW_TAG_namespace, *ContextDIE, NS); in getOrCreateNameSpace()
1168 DIE *ContextDIE = getOrCreateContextDIE(M->getScope()); in getOrCreateModule() local
1172 DIE &MDie = createAndAddDIE(dwarf::DW_TAG_module, *ContextDIE, M); in getOrCreateModule()
1193 DIE *ContextDIE = in getOrCreateSubprogramDIE() local
[all …]
DDwarfCompileUnit.cpp124 DIE *ContextDIE = getOrCreateContextDIE(GVContext); in getOrCreateGlobalVariableDIE() local
127 DIE *VariableDIE = &createAndAddDIE(GV->getTag(), *ContextDIE, GV); in getOrCreateGlobalVariableDIE()
754 DIE *ContextDIE; in constructAbstractSubprogramScopeDIE() local
758 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
764 ContextDIE = &getUnitDie(); in constructAbstractSubprogramScopeDIE()
767 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope())); in constructAbstractSubprogramScopeDIE()
771 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()
776 AbsDef = &ContextCU->createAndAddDIE(dwarf::DW_TAG_subprogram, *ContextDIE, nullptr); in constructAbstractSubprogramScopeDIE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp566 DIE *ContextDIE = getOrCreateTypeDIE(DIType(Context)); in addToContextOwner() local
567 ContextDIE->addChild(Die); in addToContextOwner()
569 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context)); in addToContextOwner() local
570 ContextDIE->addChild(Die); in addToContextOwner()
572 DIE *ContextDIE = getOrCreateSubprogramDIE(DISubprogram(Context)); in addToContextOwner() local
573 ContextDIE->addChild(Die); in addToContextOwner()
574 } else if (DIE *ContextDIE = getDIE(Context)) in addToContextOwner() local
575 ContextDIE->addChild(Die); in addToContextOwner()