Home
last modified time | relevance | path

Searched refs:ContextDIE (Results 1 – 3 of 3) 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/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()