Home
last modified time | relevance | path

Searched refs:DIEBlock (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp503 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()
DDIEHash.cpp351 if (isa<DIEBlock>(Value)) { in hashAttribute()
352 addULEB128(cast<DIEBlock>(Value)->ComputeSize(AP)); in hashAttribute()
353 hashBlockData(cast<DIEBlock>(Value)->getValues()); in hashAttribute()
DDwarfUnit.h101 std::vector<DIEBlock *> DIEBlocks;
231 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
DDwarfUnit.cpp89 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()
/external/llvm/include/llvm/CodeGen/
DDIE.h519 class DIEBlock : public DIEValue, public DIE {
522 DIEBlock() : DIEValue(isBlock), Size(0) {} in DIEBlock() function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1182 std::vector<DIEBlock *> DIEBlocks;
1362 Block->~DIEBlock(); in endDebugObject()
1835 DIEBlock *Block = nullptr; in cloneBlockAttribute()
1841 Block = new (DIEAlloc) DIEBlock(); in cloneBlockAttribute()
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp636 DIEBlock PIBlock; in TEST()