Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1087 uint32_t FuncLen = 4, LineLen = 4; in emitBTFExtSection() local
1091 FuncLen += BTF::SecFuncInfoSize; in emitBTFExtSection()
1092 FuncLen += FuncSec.second.size() * BTF::BPFFuncInfoSize; in emitBTFExtSection()
1107 OS.emitInt32(FuncLen); in emitBTFExtSection()
1108 OS.emitInt32(FuncLen); in emitBTFExtSection()
1110 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()