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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp744 LineInfoTable[SecNameOff].push_back(LineInfo);
791 // Do not emit section if empty FuncInfoTable and LineInfoTable
793 if (!FuncInfoTable.size() && !LineInfoTable.size() &&
812 for (const auto &LineSec : LineInfoTable) {
848 for (const auto &LineSec : LineInfoTable) {
H A DBTFDebug.h249 std::map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; member in class:llvm::BTFDebug

Completed in 60 milliseconds