Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1035 !FieldRelocTable.size()) in emitBTFExtSection()
1059 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection()
1110 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection()
1258 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h301 std::map<uint32_t, std::vector<BTFFieldReloc>> FieldRelocTable; variable