Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1217 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local
1219 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
1268 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local
1270 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()
1271 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
1272 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
1273 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()