Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp591 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()
608 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()
685 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
H A DBTFDebug.h202 std::unordered_map<uint32_t, std::vector<BTFFuncInfo>> FuncInfoTable; variable