Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h113 uint32_t DwCompileUnitIndex; member
119 return DwCompileUnitIndex == Rhs.DwCompileUnitIndex &&
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp654 const uint32_t CurrentUnitIndex = RowReference.DwCompileUnitIndex; in emitLineInfo()
H A DBinaryContext.cpp1810 Function->getDWARFUnit()->getOffset() == RowRef.DwCompileUnitIndex) { in printDebugInfo()
1814 DwCtx->getCompileUnitForOffset(RowRef.DwCompileUnitIndex)); in printDebugInfo()
H A DBinaryFunction.cpp202 InstructionLocation->DwCompileUnitIndex = Unit->getOffset(); in findDebugLineInformationForInstructionAt()