HomeSort by relevance Sort by last modified time
    Searched refs:DIEBlock (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
DIE.h 289 class DIEBlock;
312 DIEBlock *, DIELoc *, DIELocList> ValTy;
732 /// DIEBlock - Represents a block of values.
734 class DIEBlock : public DIEValueList {
738 DIEBlock() : Size(0) {}
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 547 // DIEBlock Implementation
552 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const {
563 void DIEBlock::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
578 unsigned DIEBlock::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
589 void DIEBlock::print(raw_ostream &O) const {
DwarfUnit.h 100 std::vector<DIEBlock *> DIEBlocks;
233 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
DwarfUnit.cpp 87 DIEBlocks[j]->~DIEBlock();
318 DIEBlock *Block) {
592 DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
648 DIEBlock *Block = new (DIEValueAllocator) DIEBlock;
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 680 DIEBlock PIBlock;

Completed in 340 milliseconds