Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp820 !FieldRelocTable.size()) in emitBTFExtSection()
842 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection()
893 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection()
1030 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h263 std::map<uint32_t, std::vector<BTFFieldReloc>> FieldRelocTable; variable