reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
463 ScopeDIE->addChild(std::move(I)); 832 ScopeDIE.addChild( 846 ScopeDIE.addChild(std::move(I)); 997 CallSiteDIE.addChild(CallSiteDieParam);lib/CodeGen/AsmPrinter/DwarfDebug.cpp
896 D->addChild(TheCU.constructImportedEntityDIE(N));
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 396 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag));
tools/dsymutil/DwarfLinker.cpp1686 Die->addChild(Clone); 2470 DIE &ConstDie = CUDie->addChild(DIE::get(DIEAlloc, dwarf::DW_TAG_constant));unittests/CodeGen/DIEHashTest.cpp
95 Space->addChild(std::move(Foo)); 96 CU.addChild(std::move(Space)); 127 Unnamed.addChild(std::move(Member)); 158 Unnamed.addChild(std::move(Mem1)); 167 Unnamed.addChild(std::move(Mem2)); 189 Foo.addChild(std::move(Mem)); 219 Foo.addChild(std::move(Mem)); 254 Foo.addChild(std::move(Mem)); 289 Foo.addChild(std::move(Mem)); 320 Foo.addChild(std::move(Mem)); 367 Foo.addChild(std::move(Mem)); 398 Foo.addChild(std::move(Mem)); 444 Foo.addChild(std::move(Mem)); 474 Foo.addChild(std::move(Mem)); 517 Foo.addChild(std::move(Mem)); 535 Unnamed.addChild(std::move(Foo)); 553 Unnamed.addChild(std::move(Func)); 587 A.addChild(std::move(Func)); 635 A.addChild(std::move(PI)); 693 A.addChild(std::move(PI));unittests/DebugInfo/DWARF/DwarfGenerator.cpp
144 &Die->addChild(llvm::DIE::get(DG.getAllocator(), Tag)));