Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1208 uint32_t FieldRelocLen = 0; in emitBTFExtSection() local
1218 FieldRelocLen += BTF::SecFieldRelocSize; in emitBTFExtSection()
1219 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
1222 if (FieldRelocLen) in emitBTFExtSection()
1223 FieldRelocLen += 4; in emitBTFExtSection()
1230 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
1265 if (FieldRelocLen) { in emitBTFExtSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h234 uint32_t FieldRelocLen; ///< Length of offset reloc section member