Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp842 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local
844 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
893 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local
895 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()
896 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
897 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
898 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()