Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp539 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
595 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()
622 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()
H A DBTFDebug.h203 std::unordered_map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; variable