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

Declarations

include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   40   bool empty() const;

References

unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp
   47     EXPECT_FALSE(SP.empty()) << "\"s1\" entry in pool should still be retained";
   50   EXPECT_TRUE(SP.empty()) << "pool should be empty";