Home
last modified time | relevance | path

Searched refs:getDwarfLineTables (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h266 std::map<unsigned, DwarfLineTable> &getDwarfLineTables() { in getDwarfLineTables() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1583 auto &LineTables = BC.getDwarfLineTables(); in emit()