Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp591 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection() local
593 FuncLen += FuncSec.second.size() * BTF::BPFFuncInfoSize; in emitBTFExtSection()
608 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection() local
610 std::to_string(FuncSec.first)); in emitBTFExtSection()
611 OS.EmitIntValue(FuncSec.first, 4); in emitBTFExtSection()
612 OS.EmitIntValue(FuncSec.second.size(), 4); in emitBTFExtSection()
613 for (const auto &FuncInfo : FuncSec.second) { in emitBTFExtSection()