Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.h164 std::unordered_map<uint32_t, uint32_t> OffsetToIdMap; variable
H A DBTFDebug.cpp308 for (auto &OffsetM : OffsetToIdMap) { in addString()
314 OffsetToIdMap[Offset] = Table.size(); in addString()