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.cpp1098 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local
1100 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
1149 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local
1151 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()
1152 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
1153 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
1154 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()