Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1273 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection() local
1274 Asm->emitLabelReference(FieldRelocInfo.Label, 4); in emitBTFExtSection()
1275 OS.emitInt32(FieldRelocInfo.TypeID); in emitBTFExtSection()
1276 OS.emitInt32(FieldRelocInfo.OffsetNameOff); in emitBTFExtSection()
1277 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()