Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h226 uint32_t FieldRelocLen; ///< Length of offset reloc section member
H A DBTFDebug.cpp1050 uint32_t FieldRelocLen = 0; in emitBTFExtSection() local
1060 FieldRelocLen += BTF::SecFieldRelocSize; in emitBTFExtSection()
1061 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
1064 if (FieldRelocLen) in emitBTFExtSection()
1065 FieldRelocLen += 4; in emitBTFExtSection()
1072 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
1107 if (FieldRelocLen) { in emitBTFExtSection()