reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/DIE.h
  350 class DIEBlock;

References

include/llvm/CodeGen/DIE.h
  371                                       DIEDelta *, DIEEntry, DIEBlock *,
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  410                          DIEBlock *Block) {
  512   DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
  512   DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
  572   DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
  572   DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
lib/CodeGen/AsmPrinter/DwarfUnit.h
   66   std::vector<DIEBlock *> DIEBlocks;
  187   void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
tools/dsymutil/DwarfLinker.cpp
 1172   DIEBlock *Block = nullptr;
 1177     Block = new (DIEAlloc) DIEBlock;
 2460   DIEBlock *String = new (DIEAlloc) DIEBlock();
 2460   DIEBlock *String = new (DIEAlloc) DIEBlock();
tools/dsymutil/DwarfLinker.h
  450   std::vector<DIEBlock *> DIEBlocks;
unittests/CodeGen/DIEHashTest.cpp
  679   DIEBlock PIBlock;
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  104   DIEBlock *Block = new (DG.getAllocator()) DIEBlock;
  104   DIEBlock *Block = new (DG.getAllocator()) DIEBlock;