HomeSort by relevance Sort by last modified time
    Searched refs:mcld (Results 51 - 75 of 368) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Target/
Stub.h 14 #include "mcld/LD/Relocation.h"
16 namespace mcld namespace
27 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 9 #include <mcld/MC/MCLDInput.h>
10 #include <mcld/LD/BSDArchiveReader.h>
11 #include <mcld/LD/Archive.h>
13 using namespace mcld;
RegionFragment.cpp 10 #include <mcld/LD/RegionFragment.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 9 #include <mcld/Support/raw_ostream.h>
11 using namespace mcld;
15 mcld::raw_fd_ostream::raw_fd_ostream(const char *pFilename,
22 mcld::raw_fd_ostream::raw_fd_ostream(int pFD,
29 mcld::raw_fd_ostream::~raw_fd_ostream()
33 void mcld::raw_fd_ostream::setLDInfo(const MCLDInfo& pLDInfo)
39 mcld::raw_fd_ostream::changeColor(enum llvm::raw_ostream::Colors pColor,
48 llvm::raw_ostream& mcld::raw_fd_ostream::resetColor()
57 llvm::raw_ostream& mcld::raw_fd_ostream::reverseColor()
65 bool mcld::raw_fd_ostream::is_displayed() cons
    [all...]
TargetRegistry.cpp 9 #include <mcld/Support/TargetRegistry.h>
12 mcld::TargetRegistry::TargetListTy mcld::TargetRegistry::s_TargetList;
14 void mcld::TargetRegistry::RegisterTarget(mcld::Target &T)
19 const mcld::Target* mcld::TargetRegistry::lookupTarget(const llvm::Target &pTarget)
21 mcld::Target *result = 0;
32 const mcld::Target *mcld::TargetRegistry::lookupTarget(const std::string &pTriple
    [all...]
MsgHandling.cpp 9 #include <mcld/LD/DiagnosticEngine.h>
10 #include <mcld/LD/DiagnosticLineInfo.h>
11 #include <mcld/LD/DiagnosticPrinter.h>
12 #include <mcld/LD/MsgHandler.h>
13 #include <mcld/Support/MsgHandling.h>
17 using namespace mcld;
25 mcld::InitializeDiagnosticEngine(const mcld::MCLDInfo& pLDInfo,
41 DiagnosticEngine& mcld::getDiagnosticEngine()
  /frameworks/compile/mclinker/lib/Target/ARM/
ARM.h 12 #include <mcld/Target/TargetMachine.h>
14 namespace mcld { namespace
17 extern mcld::Target TheARMTarget;
18 extern mcld::Target TheThumbTarget;
22 } // namespace of mcld
ARMELFArchiveReader.h 15 #include "mcld/MC/MCELFArchiveTargetReader.h"
17 namespace mcld namespace
26 } // namespace of mcld
ARMTargetMachine.h 11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
37 } // namespace of mcld
ARMSectLinker.cpp 10 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
23 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheARMTarget, createARMSectLinker);
46 mcld::TargetRegistry::RegisterSectLinker(TheThumbTarget, createARMSectLinker);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsTargetMachine.h 11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
36 } // namespace of mcld
MipsSectLinker.cpp 11 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
24 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheMipselTarget,
  /frameworks/compile/mclinker/lib/Target/X86/
X86TargetMachine.h 11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
37 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
InputTreeTest.h 14 namespace mcld namespace
20 } // namespace for mcld
46 mcld::AttributeFactory *m_pAttr;
47 mcld::InputFactory *m_pAlloc;
48 mcld::InputTree* m_pTestee;
SymbolCategoryTest.h 11 #include <mcld/LD/ResolveInfoFactory.h>
15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::SymbolCategory* m_pTestee;
46 mcld::ResolveInfoFactory m_InfoFactory;
SystemUtilsTest.cpp 9 #include <mcld/Support/SystemUtils.h>
12 using namespace mcld;
13 using namespace mcld::test;
40 ASSERT_TRUE(NULL != mcld::sys::strerror(0));
ReadStageTest.h 15 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
BinTreeTest.h 12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
FileHandleTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::FileHandle* m_pTestee;
FragmentTest.h 14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
MCRegionFragmentTest.h 15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
MemoryAreaTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::MemoryArea* m_pTestee;
  /frameworks/compile/mclinker/unittests/Linker/
TestLinker.h 17 #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::Target* m_pTarget
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/MC/MCLDDirectory.h>
18 #include <mcld/MC/ZOption.h>
21 // parser<mcld::sys::fs::Path>
27 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
33 mcld::sys::fs::Path &Val);
37 const mcld::sys::fs::Path &V,
44 // parser<mcld::MCLDDirectory>
47 class parser<mcld::MCLDDirectory> : public llvm::cl::basic_parser<mcld::MCLDDirectory
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 14 #include <mcld/LD/LDReader.h>
16 namespace mcld namespace
40 } // namespace of mcld

Completed in 298 milliseconds

1 23 4 5 6 7 8 91011>>