Searched refs:DataSecEntries (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1154 if (DataSecEntries.find(SecName) == DataSecEntries.end()) {
1155 DataSecEntries[SecName] = std::make_unique<BTFKindDataSec>(Asm, SecName);
1162 DataSecEntries[SecName]->addVar(VarId, Asm->getSymbol(&Global), Size);
1238 for (auto &DataSec : DataSecEntries)
H A DBTFDebug.h250 std::map<std::string, std::unique_ptr<BTFKindDataSec>> DataSecEntries; member in class:llvm::BTFDebug

Completed in 67 milliseconds