Searched defs:mcld (Results 176 - 192 of 192) sorted by path

12345678

/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::FileHandle* m_pTestee;
H A DFragmentRefTest.h15 namespace mcld namespace
19 } // namespace for mcld
H A DFragmentTest.h14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
H A DInputTreeTest.h14 namespace mcld namespace
20 } // namespace for mcld
46 mcld::AttributeFactory *m_pAttr;
47 mcld::InputFactory *m_pAlloc;
48 mcld::InputTree* m_pTestee;
H A DLDSymbolTest.h15 namespace mcld namespace
19 } // namespace for mcld
H A DMCRegionFragmentTest.h15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
H A DMemoryAreaTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::MemoryArea* m_pTestee;
H A DNamePoolTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::NamePool* m_pTestee;
H A DPathSetTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::PathSet* m_pTestee;
H A DReadStageTest.h15 namespace mcld { namespace
33 void dumpInput(const mcld::Input &pInput, mcld::FileHandle &pFile, size_t pIdent);
35 void dumpOutput(const mcld::Output &pOutput, mcld::FileHandle &pFile, size_t pIdent);
41 } // end of namespace mcld
H A DSectionDataTest.h14 namespace mcld { namespace
16 } // namespace for mcld
H A DStaticResolverTest.h13 #include <mcld/MC/MCLDInfo.h>
15 namespace mcld namespace
20 } // namespace for mcld
46 mcld::StaticResolver* m_pResolver;
47 mcld::ResolveInfoFactory* m_pFactory;
48 mcld::MCLDInfo* m_pLDInfo;
49 mcld::DiagnosticLineInfo* m_pLineInfo;
50 mcld::DiagnosticPrinter* m_pPrinter;
H A DStringTableTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
H A DSymbolCategoryTest.h11 #include <mcld/LD/ResolveInfoFactory.h>
15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::SymbolCategory* m_pTestee;
46 mcld::ResolveInfoFactory m_InfoFactory;
H A DSymbolTableTest.h11 #include "mcld/LD/StringTable.h"
14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolTable<>* m_pTestee;
45 mcld::StringTable m_StrTable;
H A DSystemUtilsTest.h14 namespace mcld { namespace
34 } // namespace of mcld
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h17 #include <mcld/MC/MCLDDriver.h>
18 #include <mcld/MC/MCLinker.h>
19 #include <mcld/LD/DiagnosticPrinter.h>
20 #include <mcld/LD/DiagnosticLineInfo.h>
21 #include <mcld/Support/TargetRegistry.h>
22 #include <mcld/Support/Path.h>
24 namespace mcld { namespace
55 void setSysRoot(const mcld::sys::fs::Path &pPath);
60 void addObject(const mcld::sys::fs::Path &pPath)
103 const mcld
[all...]

Completed in 115 milliseconds

12345678