Searched refs:getDwarfFormParams (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 401 sizeOf(Asm->getDwarfFormParams(), Form)); in emitValue() 455 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 488 AP->emitLabelReference(Label, sizeOf(AP->getDwarfFormParams(), Form), in emitValue() 539 sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 654 sizeOf(AP->getDwarfFormParams(), Form)); in emitValue() 667 sizeOf(AP->getDwarfFormParams(), Form), true); in emitValue() 671 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 | 73 return TmpDIE.computeSize(AP.getDwarfFormParams()); in getTemporaryBufferSize() 428 Loc->computeSize(Asm->getDwarfFormParams()); in addBlock() 435 Block->computeSize(Asm->getDwarfFormParams()); in addBlock()
|
| H A D | AsmPrinter.cpp | 4745 dwarf::FormParams AsmPrinter::getDwarfFormParams() const { in getDwarfFormParams() function in AsmPrinter
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 272 dwarf::FormParams getDwarfFormParams() const;
|