Searched refs:getDwarfFormParams (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 405 sizeOf(Asm->getDwarfFormParams(), Form)); in emitValue() 459 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 489 AP->emitLabelReference(Label, sizeOf(AP->getDwarfFormParams(), Form), in emitValue() 540 sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 655 sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 668 sizeOf(AP->getDwarfFormParams(), Form), true); in emitValue() 672 AP->OutStreamer->emitIntValue(Addr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
|
| H A D | DIEHash.cpp | 312 addULEB128(Value.getDIEBlock().computeSize(AP->getDwarfFormParams())); in hashAttribute() 315 addULEB128(Value.getDIELoc().computeSize(AP->getDwarfFormParams())); in hashAttribute()
|
| H A D | DwarfFile.cpp | 93 return Die.computeOffsetsAndAbbrevs(Asm->getDwarfFormParams(), Abbrevs, in computeSizeAndOffset()
|
| H A D | DwarfUnit.cpp | 72 return TmpDIE.computeSize(AP.getDwarfFormParams()); in getTemporaryBufferSize() 391 Loc->computeSize(Asm->getDwarfFormParams()); in addBlock() 398 Block->computeSize(Asm->getDwarfFormParams()); in addBlock()
|
| H A D | AsmPrinter.cpp | 4324 dwarf::FormParams AsmPrinter::getDwarfFormParams() const { in getDwarfFormParams() function in AsmPrinter
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 260 dwarf::FormParams getDwarfFormParams() const;
|