Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp983 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
1034 if (!FuncInfoTable.size() && !LineInfoTable.size() && in emitBTFExtSection()
1055 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()
1091 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()
H A DBTFDebug.h300 std::map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; variable