Searched refs:sizeOf (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 281 CUOffset += V.sizeOf(FormParams); in computeOffsetsAndAbbrevs() 327 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() function in DIEValue 333 return getDIE##T().sizeOf(FormParams, Form); in sizeOf() 401 sizeOf(Asm->getDwarfFormParams(), Form)); in emitValue() 421 unsigned DIEInteger::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEInteger 455 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 460 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEExpr 485 AP->emitLabelReference(Label, sizeOf(AP->getDwarfFormParams(), Form), in emitValue() 491 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIELabel 521 unsigned DIEBaseTypeRef::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf() function in DIEBaseTypeRef [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 199 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 216 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 233 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 252 unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const; 269 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 288 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 310 unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const; 329 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 348 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 364 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 1069 ->sizeOf(U.getFormParams()); in cloneStringAttribute() 1341 return Die.addValue(DIEAlloc, Value)->sizeOf(OrigUnit.getFormParams()); in cloneBlockAttribute() 1406 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneAddressAttribute() 1441 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneScalarAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|