Searched defs:mcld (Results 1 - 25 of 443) sorted by last modified time

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::FileHandle* m_pTestee;
H A DFragmentRefTest.h15 namespace mcld { namespace
18 } // namespace for mcld
H A DFragmentTest.h14 namespace mcld { namespace
17 } // namespace for mcld
22 * \brief Unit test for mcld::Fragment.
41 mcld::Fragment* m_pTestee;
H A DGraphTest.h14 namespace mcld { namespace
33 } // namespace of mcld
H A DInputTreeTest.h13 #include "mcld/MC/ContextFactory.h"
14 #include "mcld/Support/MemoryAreaFactory.h"
16 namespace mcld { namespace
45 mcld::LinkerConfig* m_pConfig;
47 mcld::InputFactory* m_pAlloc;
48 mcld::InputBuilder* m_pBuilder;
49 mcld::MemoryAreaFactory m_MemFactory;
50 mcld::ContextFactory m_ContextFactory;
52 mcld::InputTree* m_pTestee;
56 } // namespace of mcld
[all...]
H A DLDSymbolTest.h15 namespace mcld { namespace
18 } // namespace for mcld
H A DLinkerTest.h14 namespace mcld { namespace
36 } // namespace for mcld
H A DMCRegionFragmentTest.h15 namespace mcld { namespace
18 } // namespace for mcld
42 mcld::MCRegionFragment* m_pTestee;
H A DNamePoolTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::NamePool* m_pTestee;
H A DPathSetTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::PathSet* m_pTestee;
H A DSectionDataTest.h14 namespace mcld { namespace
16 } // namespace for mcld
H A DStaticResolverTest.h13 #include "mcld/LinkerConfig.h"
15 namespace mcld { namespace
21 } // namespace for mcld
45 mcld::StaticResolver* m_pResolver;
46 mcld::LinkerConfig* m_pConfig;
47 mcld::DiagnosticPrinter* m_pPrinter;
H A DStringTableTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::StringTable* m_pTestee;
H A DSymbolCategoryTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::SymbolCategory* m_pTestee;
H A DSymbolTableTest.h11 #include "mcld/LD/StringTable.h"
14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::SymbolTable<>* m_pTestee;
42 mcld::StringTable m_StrTable;
H A DSystemUtilsTest.h14 namespace mcld { namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h12 #include "mcld/ADT/TreeAllocator.h"
13 #include "mcld/ADT/TreeBase.h"
14 #include "mcld/Support/Compiler.h"
22 namespace mcld { namespace
333 * @see mcld::InputTree
464 } // namespace mcld
H A DFlags.h12 namespace mcld { namespace
80 } // namespace mcld
H A DHashBase.h16 namespace mcld { namespace
129 } // namespace mcld
H A DHashEntry.h13 namespace mcld { namespace
22 * mcld::HashEntry illustrates the demand from mcld::HashTable.
24 * the template argument. class mcld::HashEntry here is used to show the
26 * of the hash table which has no relation to mcld::HashEntry
28 * Since mcld::HashEntry here is a special class whose size is changing,
30 * are doing when you let a new class inherit from mcld::HashEntry.
82 } // namespace mcld
H A DHashEntryFactory.h12 namespace mcld { namespace
32 } // namespace mcld
H A DHashIterator.h14 namespace mcld { namespace
297 } // namespace mcld
H A DHashTable.h12 #include "mcld/ADT/HashBase.h"
13 #include "mcld/ADT/HashEntryFactory.h"
14 #include "mcld/ADT/HashIterator.h"
15 #include "mcld/ADT/TypeTraits.h"
16 #include "mcld/Support/Allocators.h"
17 #include "mcld/Support/Compiler.h"
21 namespace mcld { namespace
27 * mcld::HashTable is a linear probing hash table. It does not allocate
119 } // namespace mcld
H A DSizeTraits.h15 namespace mcld { namespace
38 // FIXME: move this to mcld internal ELF header file?
176 } // namespace mcld
H A DStringEntry.h19 namespace mcld { namespace
125 } // namespace mcld

Completed in 2504 milliseconds

1234567891011>>