Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h234 uint32_t FieldRelocLen; ///< Length of offset reloc section
226 uint32_t FieldRelocLen; ///< Length of offset reloc section global() member
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1089 uint32_t FieldRelocLen = 0; in emitBTFExtSection() local
1099 FieldRelocLen += BTF::SecFieldRelocSize; in emitBTFExtSection()
1100 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
1103 if (FieldRelocLen) in emitBTFExtSection()
1104 FieldRelocLen += 4; in emitBTFExtSection()
1111 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
1146 if (FieldRelocLen) { in emitBTFExtSection()