Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h214 uint32_t FieldRelocLen; ///< Length of offset reloc section member
H A DBTFDebug.cpp833 uint32_t FieldRelocLen = 0; in emitBTFExtSection() local
843 FieldRelocLen += BTF::SecFieldRelocSize; in emitBTFExtSection()
844 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
847 if (FieldRelocLen) in emitBTFExtSection()
848 FieldRelocLen += 4; in emitBTFExtSection()
855 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
890 if (FieldRelocLen) { in emitBTFExtSection()