reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   57     : S(Other.S) {
   58     if (isRealPoolEntry(S))
   59       ++S->getValue();
   63     if (isRealPoolEntry(S))
   64       --S->getValue();
   65     S = Other.S;
   65     S = Other.S;
   66     if (isRealPoolEntry(S))
   67       ++S->getValue();
   72     std::swap(S, Other.S);
   72     std::swap(S, Other.S);
   76     if (isRealPoolEntry(S))
   77       --S->getValue();
   78     S = nullptr;
   79     std::swap(S, Other.S);
   79     std::swap(S, Other.S);
   84     if (isRealPoolEntry(S))
   85       --S->getValue();
   88   StringRef operator*() const { return S->first(); }
   92     return LHS.S == RHS.S;
   92     return LHS.S == RHS.S;
  102     return LHS.S < RHS.S;
  102     return LHS.S < RHS.S;
  186     return DenseMapInfo<orc::SymbolStringPtr::PoolEntryPtr>::getHashValue(V.S);
  191     return LHS.S == RHS.S;
  191     return LHS.S == RHS.S;