Searched refs:DIEBlock (Results 1 – 7 of 7) sorted by relevance
503 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const { in ComputeSize()515 void DIEBlock::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue()531 unsigned DIEBlock::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()542 void DIEBlock::print(raw_ostream &O) const { in print()
351 if (isa<DIEBlock>(Value)) { in hashAttribute()352 addULEB128(cast<DIEBlock>(Value)->ComputeSize(AP)); in hashAttribute()353 hashBlockData(cast<DIEBlock>(Value)->getValues()); in hashAttribute()
101 std::vector<DIEBlock *> DIEBlocks;231 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
89 DIEBlocks[j]->~DIEBlock(); in ~DwarfUnit()378 DIEBlock *Block) { in addBlock()674 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantFPValue()733 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue()
519 class DIEBlock : public DIEValue, public DIE {522 DIEBlock() : DIEValue(isBlock), Size(0) {} in DIEBlock() function
1182 std::vector<DIEBlock *> DIEBlocks;1362 Block->~DIEBlock(); in endDebugObject()1835 DIEBlock *Block = nullptr; in cloneBlockAttribute()1841 Block = new (DIEAlloc) DIEBlock(); in cloneBlockAttribute()
636 DIEBlock PIBlock; in TEST()