Home
last modified time | relevance | path

Searched refs:getDWARFUnit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp382 if (opts::UpdateDebugSections && Function.getDWARFUnit()) in emitFunction()
458 if (!EmitCodeOnly && opts::UpdateDebugSections && BF.getDWARFUnit()) { in emitFunctionBody()
634 DWARFUnit *FunctionCU = BF.getDWARFUnit(); in emitLineInfo()
696 DWARFUnit *FunctionCU = BF.getDWARFUnit(); in emitLineInfoEnd()
1066 BC.getDwarfLineTable(Function.getDWARFUnit()->getOffset()) in emitDebugLineInfoForOriginalFunctions()
H A DBinaryContext.cpp1618 if (shouldEmit(BF) && BF.getDWARFUnit()) in preprocessDebugInfo()
1619 ProcessedCUs.insert(BF.getDWARFUnit()); in preprocessDebugInfo()
1625 if (BF.getDWARFUnit() && !ProcessedCUs.count(BF.getDWARFUnit())) in preprocessDebugInfo()
1809 if (Function && Function->getDWARFUnit() && in printDebugInfo()
1810 Function->getDWARFUnit()->getOffset() == RowRef.DwCompileUnitIndex) { in printDebugInfo()
H A DBinaryFunction.cpp1355 AbsoluteInstrAddr, getDWARFUnit(), getDWARFLineTable())); in disassemble()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2216 DWARFUnit *getDWARFUnit() const { return DwarfUnit; } in getDWARFUnit() function
2220 return getDWARFUnit() ? BC.DwCtx->getLineTableForUnit(getDWARFUnit()) in getDWARFLineTable()