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 488 AP->emitLabelReference(Label, sizeOf(AP->getDwarfFormParams(), Form), in emitValue() 494 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIELabel 524 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 | 200 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 218 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 236 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 256 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const; 273 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 293 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 316 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const; 335 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 355 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, 372 LLVM_ABI unsigned sizeOf(const dwarf::FormParams &FormParams, [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() 1447 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneScalarAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |