Home
last modified time | relevance | path

Searched refs:getDwarfFormParams (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp401 sizeOf(Asm->getDwarfFormParams(), Form)); in emitValue()
455 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
485 AP->emitLabelReference(Label, sizeOf(AP->getDwarfFormParams(), Form), in emitValue()
536 sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
651 sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
664 sizeOf(AP->getDwarfFormParams(), Form), true); in emitValue()
668 AP->OutStreamer->emitIntValue(Addr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
H A DDIEHash.cpp312 addULEB128(Value.getDIEBlock().computeSize(AP->getDwarfFormParams())); in hashAttribute()
315 addULEB128(Value.getDIELoc().computeSize(AP->getDwarfFormParams())); in hashAttribute()
H A DDwarfFile.cpp93 return Die.computeOffsetsAndAbbrevs(Asm->getDwarfFormParams(), Abbrevs, in computeSizeAndOffset()
H A DDwarfUnit.cpp73 return TmpDIE.computeSize(AP.getDwarfFormParams()); in getTemporaryBufferSize()
392 Loc->computeSize(Asm->getDwarfFormParams()); in addBlock()
399 Block->computeSize(Asm->getDwarfFormParams()); in addBlock()
H A DAsmPrinter.cpp4358 dwarf::FormParams AsmPrinter::getDwarfFormParams() const { in getDwarfFormParams() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h249 dwarf::FormParams getDwarfFormParams() const;