Home
last modified time | relevance | path

Searched refs:DIELoc (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h30 class DIELoc; variable
346 DIELoc &OutDIE;
347 DIELoc TmpDIE;
351 DIELoc &getActiveDIE() { return IsBuffering ? TmpDIE : OutDIE; } in getActiveDIE()
368 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
370 DIELoc *finalize() { in finalize()
H A DDwarfCompileUnit.cpp221 DIELoc *Loc = nullptr; in addLocationAttribute()
257 Loc = new (DIEValueAllocator) DIELoc; in addLocationAttribute()
481 void DwarfCompileUnit::addWasmRelocBaseGlobal(DIELoc *Loc, StringRef GlobalName, in addWasmRelocBaseGlobal()
543 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in updateSubprogramScopeDIE()
558 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in updateSubprogramScopeDIE()
566 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in updateSubprogramScopeDIE()
788 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in applyConcreteDbgVariableAttributes()
805 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in applyConcreteDbgVariableAttributes()
822 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in applyConcreteDbgVariableAttributes()
891 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in applyConcreteDbgVariableAttributes()
[all …]
H A DDwarfUnit.h69 std::vector<DIELoc *> DIELocs;
144 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc()
168 void addSInt(DIELoc &Die, std::optional<dwarf::Form> Form, int64_t Integer);
182 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
189 void addOpAddress(DIELoc &Die, const MCSymbol *Sym);
206 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
H A DDwarfUnit.cpp42 DwarfCompileUnit &CU, DIELoc &DIE) in DIEDwarfExpression()
98 for (DIELoc *L : DIELocs) in ~DwarfUnit()
99 L->~DIELoc(); in ~DwarfUnit()
242 void DwarfUnit::addSInt(DIELoc &Die, std::optional<dwarf::Form> Form, in addSInt()
285 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
332 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress()
391 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock()
743 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTypeDIE()
757 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTypeDIE()
1118 DIELoc *Loc = new (DIEValueAllocator) DIELoc; in constructTemplateValueParameterDIE()
[all …]
H A DDwarfCompileUnit.h35 class DIELoc; variable
139 void addWasmRelocBaseGlobal(DIELoc *Loc, StringRef GlobalName,
372 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
H A DDIE.cpp706 unsigned DIELoc::computeSize(const dwarf::FormParams &FormParams) const { in computeSize()
717 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue()
735 unsigned DIELoc::sizeOf(const dwarf::FormParams &, dwarf::Form Form) const { in sizeOf()
748 void DIELoc::print(raw_ostream &O) const { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h373 class DIELoc; variable
394 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
1010 class DIELoc : public DIEValueList {
1014 DIELoc() = default;
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp403 for (DIELoc *I : DIELocs) in cleanupAuxiliarryData()
404 I->~DIELoc(); in cleanupAuxiliarryData()
1284 DIELoc *Loc = nullptr; in cloneBlockAttribute()
1287 Loc = new (DIEAlloc) DIELoc; in cloneBlockAttribute()