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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp136 std::map<std::string, GlobalVariable *> GEPGlobals; member in class:__anon2199::final
858 if (GEPGlobals.find(AccessKey) == GEPGlobals.end()) {
869 GEPGlobals[AccessKey] = GV;
871 GV = GEPGlobals[AccessKey];

Completed in 53 milliseconds