Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp686 BC.getDwarfLineTable(FunctionUnitIndex) in emitLineInfo()
701 BC.getDwarfLineTable(FunctionCU->getOffset()) in emitLineInfoEnd()
1066 BC.getDwarfLineTable(Function.getDWARFUnit()->getOffset()) in emitDebugLineInfoForOriginalFunctions()
1111 BC.getDwarfLineTable(CU->getOffset()) in emitDebugLineInfoForUnprocessedCUs()
H A DBinaryContext.cpp1640 DwarfLineTable &BinaryLineTable = getDwarfLineTable(CUID); in preprocessDebugInfo()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h270 DwarfLineTable &getDwarfLineTable(unsigned CUID) { in getDwarfLineTable() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp911 MCSymbol *Label = BC.getDwarfLineTable(CUID).getLabel(); in updateLineTableOffsets()