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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinker.h 20 #include <mcld/Support/PositionDependentOption.h>
29 namespace mcld namespace
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDriver.h 21 #include <mcld/LD/SectionMap.h>
23 namespace mcld namespace
126 } // end namespace mcld
MCLDOptions.h 16 #include <mcld/ADT/StringEntry.h>
17 #include <mcld/ADT/HashTable.h>
18 #include <mcld/Support/RealPath.h>
19 #include <mcld/Support/FileSystem.h>
20 #include <mcld/MC/SearchDirs.h>
21 #include <mcld/MC/ZOption.h>
23 namespace mcld namespace
164 void addZOption(const mcld::ZOption& pOption);
266 } // namespace of mcld
SearchDirs.h 15 #include "mcld/ADT/Uncopyable.h"
16 #include "mcld/MC/MCLDInput.h"
18 namespace mcld namespace
52 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pPreferType);
74 } // namespace of mcld
InputFactory.h 14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/MC/MCLDInput.h"
17 namespace mcld namespace
53 } // namespace of mcld
AttributeFactory.h 14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/MC/MCLDAttribute.h>
17 namespace mcld namespace
96 } // namespace of mcld
MCFragmentRef.h 15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/ADT/TypeTraits.h>
18 namespace mcld namespace
82 } // namespace of mcld
MCLinker.h 25 #include <mcld/LD/StaticResolver.h>
26 #include <mcld/LD/LDSectionFactory.h>
27 #include <mcld/LD/LDFileFormat.h>
28 #include <mcld/LD/LDContext.h>
29 #include <mcld/LD/Relocation.h>
30 #include <mcld/LD/SectionMerger.h>
31 #include <mcld/LD/Layout.h>
32 #include <mcld/MC/MCLDInput.h>
33 #include <mcld/MC/SymbolCategory.h>
34 #include <mcld/Support/GCFactory.h
37 namespace mcld { namespace
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
TargetSelect.h 18 #include "mcld/Config/Targets.def"
22 #include "mcld/Config/Targets.def"
26 #include "mcld/Config/Linkers.def"
30 #include "mcld/Config/Linkers.def"
34 #include "mcld/Config/Linkers.def"
38 #include "mcld/Config/Linkers.def"
42 namespace mcld namespace
51 #include "mcld/Config/Targets.def"
60 mcld::InitializeAllTargetInfos();
63 #include "mcld/Config/Targets.def
    [all...]
  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 9 #include <mcld/ADT/StringEntry.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjWriter.cpp 9 #include <mcld/LD/ELFDynObjWriter.h>
10 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/Target/GNULDBackend.h>
12 #include <mcld/MC/MCLDInput.h>
13 #include <mcld/MC/MCLDOutput.h>
14 #include <mcld/MC/MCLDInfo.h>
15 #include <mcld/MC/MCLinker.h>
20 using namespace mcld;
ELFExecWriter.cpp 9 #include <mcld/LD/ELFExecWriter.h>
10 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/Target/GNULDBackend.h>
12 #include <mcld/MC/MCLDInput.h>
13 #include <mcld/MC/MCLDOutput.h>
14 #include <mcld/MC/MCLDInfo.h>
15 #include <mcld/MC/MCLinker.h>
20 using namespace mcld;
FragmentRef.cpp 10 #include <mcld/LD/FragmentRef.h>
18 #include <mcld/LD/AlignFragment.h>
19 #include <mcld/LD/FillFragment.h>
20 #include <mcld/LD/RegionFragment.h>
21 #include <mcld/LD/TargetFragment.h>
22 #include <mcld/LD/Layout.h>
24 using namespace mcld;
30 uint64_t mcld::computeFragmentSize(const Layout& pLayout,
LDSectionFactory.cpp 9 #include <mcld/LD/LDSectionFactory.h>
11 using namespace mcld;
MsgHandler.cpp 9 #include <mcld/LD/MsgHandler.h>
10 #include <mcld/LD/DiagnosticEngine.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
Initialization.cpp 17 #include <mcld/Support/TargetSelect.h>
18 #include <mcld/Support/TargetRegistry.h>
  /frameworks/compile/mclinker/
Android.mk 3 # For mcld.mk
33 include $(MCLD_ROOT_PATH)/mcld.mk
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticInfos.h 16 namespace mcld { namespace
21 #include "mcld/LD/DiagCommonKinds.inc"
22 #include "mcld/LD/DiagReaders.inc"
23 #include "mcld/LD/DiagSymbolResolutions.inc"
24 #include "mcld/LD/DiagRelocations.inc"
25 #include "mcld/LD/DiagLayouts.inc"
26 #include "mcld/LD/DiagGOTPLT.inc"
53 } // namespace of mcld
LDSymbol.h 17 #include <mcld/ADT/Uncopyable.h>
18 #include <mcld/LD/ResolveInfo.h>
19 #include <mcld/LD/FragmentRef.h>
21 namespace mcld namespace
125 } // namespace mcld
  /frameworks/compile/mclinker/lib/MC/
MCLDOptions.cpp 9 #include <mcld/MC/MCLDOptions.h>
10 #include <mcld/MC/MCLDInput.h>
12 using namespace mcld;
76 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 14 namespace mcld { namespace
96 } // namespace mcld
  /frameworks/compile/mclinker/unittests/
SectionDataTest.cpp 11 #include <mcld/LD/SectionData.h>
12 #include <mcld/LD/LDFileFormat.h>
13 #include <mcld/LD/LDSection.h>
15 using namespace mcld;
SymbolCategoryTest.cpp 9 #include <mcld/MC/SymbolCategory.h>
10 #include <mcld/LD/ResolveInfo.h>
11 #include <mcld/LD/LDSymbol.h>
16 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/LD/TargetFragment.h>
18 namespace mcld namespace
102 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 9 #include "mcld/Support/FileSystem.h"
10 #include "mcld/Support/Path.h"
18 using namespace mcld;
19 using namespace mcld::sys::fs;
169 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
174 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
179 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
181 mcld::sys::fs::Path result = pLHS;
186 bool mcld::sys::fs::is_separator(char value)
195 bool mcld::sys::fs::exists(const Path &pPath
    [all...]

Completed in 298 milliseconds

1 2 3 4 5 6 7 8 91011>>