Home
last modified time | relevance | path

Searched refs:computeSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp312 addULEB128(Value.getDIEBlock().computeSize(AP->getDwarfFormParams())); in hashAttribute()
315 addULEB128(Value.getDIELoc().computeSize(AP->getDwarfFormParams())); in hashAttribute()
H A DDIE.cpp711 unsigned DIELoc::computeSize(const dwarf::FormParams &FormParams) const { in computeSize() function in DIELoc
761 unsigned DIEBlock::computeSize(const dwarf::FormParams &FormParams) const { in computeSize() function in DIEBlock
H A DDwarfUnit.cpp74 return TmpDIE.computeSize(AP.getDwarfFormParams()); in getTemporaryBufferSize()
392 Loc->computeSize(Asm->getDwarfFormParams()); in addBlock()
399 Block->computeSize(Asm->getDwarfFormParams()); in addBlock()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h937 unsigned computeSize(const dwarf::FormParams &FormParams) const;
973 unsigned computeSize(const dwarf::FormParams &FormParams) const;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp115 Block->computeSize(DG.getAsmPrinter()->getDwarfFormParams()); in addAttribute()