Home | History | Annotate | Download | only in unittests

Lines Matching refs:NamePoolTest

1 //===- NamePoolTest.cpp ---------------------------------------------------===//
9 #include "NamePoolTest.h"
24 NamePoolTest::NamePoolTest()
32 NamePoolTest::~NamePoolTest()
38 void NamePoolTest::SetUp()
43 void NamePoolTest::TearDown()
52 TEST_F( NamePoolTest, insertString ) {
59 TEST_F( NamePoolTest, insertSameString ) {
69 TEST_F( NamePoolTest, insert_local_defined_Symbol ) {
121 TEST_F( NamePoolTest, insert_global_reference_Symbol ) {
178 TEST_F( NamePoolTest, insertSymbol_after_insert_same_string ) {
211 TEST_F( NamePoolTest, insert_16384_weak_reference_symbols ) {