Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1074 !FieldRelocTable.size()) in emitBTFExtSection()
1098 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection()
1149 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection()
1284 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h301 std::map<uint32_t, std::vector<BTFFieldReloc>> FieldRelocTable; variable