Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h82 DIEBlock *Block = new (Allocator) DIEBlock; in addBlockAttribute()
118 DIEBlock *Block = new (Allocator) DIEBlock; in addInplaceString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h66 std::vector<DIEBlock *> DIEBlocks;
207 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
209 DIEBlock *Block);
H A DDIE.cpp760 unsigned DIEBlock::computeSize(const dwarf::FormParams &FormParams) const { in computeSize()
771 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue()
791 unsigned DIEBlock::sizeOf(const dwarf::FormParams &, dwarf::Form Form) const { in sizeOf()
804 void DIEBlock::print(raw_ostream &O) const { in print()
H A DDwarfUnit.cpp95 for (DIEBlock *B : DIEBlocks) in ~DwarfUnit()
96 B->~DIEBlock(); in ~DwarfUnit()
397 DIEBlock *Block) { in addBlock()
404 DIEBlock *Block) { in addBlock()
486 DIEBlock *Block = new (DIEValueAllocator) DIEBlock; in addConstantValue()
H A DDwarfCompileUnit.cpp99 auto *Loc = new (DIEValueAllocator) DIEBlock(); in addLabelAddress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h372 class DIEBlock; variable
394 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
1046 class DIEBlock : public DIEValueList {
1050 DIEBlock() = default;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h749 std::vector<DIEBlock *> DIEBlocks;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp390 for (DIEBlock *I : DIEBlocks) in cleanupAuxiliarryData()
391 I->~DIEBlock(); in cleanupAuxiliarryData()
1268 DIEBlock *Block = nullptr; in cloneBlockAttribute()
1273 Block = new (DIEAlloc) DIEBlock; in cloneBlockAttribute()