Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1209 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection() local
1211 FuncLen += FuncSec.second.size() * BTF::BPFFuncInfoSize; in emitBTFExtSection()
1235 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection() local
1237 std::to_string(FuncSec.first)); in emitBTFExtSection()
1238 OS.emitInt32(FuncSec.first); in emitBTFExtSection()
1239 OS.emitInt32(FuncSec.second.size()); in emitBTFExtSection()
1240 for (const auto &FuncInfo : FuncSec.second) { in emitBTFExtSection()