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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp805 uint32_t FuncLen = 4, LineLen = 4; local
809 FuncLen += BTF::SecFuncInfoSize;
810 FuncLen += FuncSec.second.size() * BTF::BPFFuncInfoSize;
825 OS.emitInt32(FuncLen);
826 OS.emitInt32(FuncLen);
828 OS.emitInt32(FuncLen + LineLen);

Completed in 113 milliseconds