Searched refs:mcld (Results 26 - 50 of 492) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DDWARFLineInfo.h11 #include "mcld/LD/DiagnosticLineInfo.h"
13 namespace mcld { namespace
21 } // namespace mcld
H A DDiagnosticLineInfo.h12 namespace mcld { namespace
19 } // namespace mcld
H A DDynObjFileFormat.h12 namespace mcld { namespace
19 } // namespace mcld
H A DGroup.h12 namespace mcld { namespace
19 } // namespace mcld
H A DELFDynObjFileFormat.h11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
26 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DDarwinLDBackend.h12 namespace mcld { namespace
22 } // namespace mcld
/frameworks/compile/mclinker/lib/MC/
H A DInputAction.cpp9 #include "mcld/MC/InputAction.h"
11 namespace mcld { namespace
22 } // namespace mcld
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp9 #include "mcld/Config/Config.h"
10 #include "mcld/Support/FileSystem.h"
11 #include "mcld/Support/Path.h"
16 bool mcld::sys::fs::exists(const Path& pPath) {
17 mcld::sys::fs::FileStatus file_status;
18 mcld::sys::fs::detail::status(pPath, file_status);
19 return (file_status.type() != mcld::sys::fs::StatusError) &&
20 (file_status.type() != mcld::sys::fs::FileNotFound);
23 bool mcld::sys::fs::is_directory(const Path& pPath) {
26 return (file_status.type() == mcld
[all...]
/frameworks/compile/mclinker/unittests/
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 DTargetMachineTest.cpp11 using namespace mcld;
35 mcld::addPassesToEmitFile();
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 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;
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h11 #include "mcld/LD/MsgHandler.h"
13 namespace mcld { namespace
36 } // namespace mcld
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) {
45 inline mcld::MsgHandler mcld::fatal(unsigned int pID) {
49 inline mcld::MsgHandler mcld::error(unsigned int pID) {
53 inline mcld
[all...]
H A DRealPath.h11 #include "mcld/Support/Path.h"
15 namespace mcld { namespace
44 } // namespace mcld
52 struct less<mcld::sys::fs::RealPath>
53 : public binary_function<mcld::sys::fs::RealPath,
54 mcld::sys::fs::RealPath,
56 bool operator()(const mcld::sys::fs::RealPath& pX,
57 const mcld::sys::fs::RealPath& pY) const {
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp9 #include "mcld/Script/InputSectDesc.h"
11 #include "mcld/Script/WildcardPattern.h"
12 #include "mcld/Support/raw_ostream.h"
13 #include "mcld/LinkerScript.h"
14 #include "mcld/Module.h"
18 namespace mcld { namespace
37 mcld::outs() << "KEEP (";
41 mcld::outs() << "SORT (";
43 mcld::outs() << m_Spec.file().name();
46 mcld
[all...]
H A DOutputSectDesc.cpp9 #include "mcld/Script/OutputSectDesc.h"
11 #include "mcld/Script/InputSectDesc.h"
12 #include "mcld/Script/RpnExpr.h"
13 #include "mcld/Script/StringList.h"
14 #include "mcld/Script/StrToken.h"
15 #include "mcld/Support/raw_ostream.h"
16 #include "mcld/LinkerScript.h"
17 #include "mcld/Module.h"
23 namespace mcld { namespace
42 mcld
[all...]
H A DAssertCmd.cpp9 #include "mcld/Script/AssertCmd.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/Module.h"
13 #include "mcld/Script/RpnExpr.h"
14 #include "mcld/Support/raw_ostream.h"
16 namespace mcld { namespace
35 mcld::outs() << "Assert ( ";
39 mcld::outs() << " , " << m_Message << " )\n";
46 } // namespace mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DNullFragment.cpp9 #include "mcld/Fragment/NullFragment.h"
11 namespace mcld { namespace
19 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMips.h12 namespace mcld { namespace
19 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/
H A DTargetLDBackend.cpp9 #include "mcld/Target/TargetLDBackend.h"
11 #include "mcld/LinkerConfig.h"
13 namespace mcld { namespace
22 } // namespace mcld
/frameworks/compile/mclinker/templates/
H A Dheader.h12 namespace mcld namespace
23 } // namespace of mcld
H A DimplTest.cpp9 #include <mcld/${deployment}/${class_name}.h>
12 using namespace mcld;
13 using namespace mcld::test;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h17 namespace mcld { namespace
22 extern mcld::Target TheARMTarget;
23 extern mcld::Target TheThumbTarget;
27 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86.h17 namespace mcld { namespace
22 extern mcld::Target TheX86_32Target;
23 extern mcld::Target TheX86_64Target;
27 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptScanner.h14 #include "mcld/Script/FlexLexer.h"
22 mcld::ScriptParser::token_type mcld::ScriptScanner::lex( \
23 mcld::ScriptParser::semantic_type* yylval, \
24 mcld::ScriptParser::location_type* yylloc, \
25 const mcld::ScriptFile& pScriptFile)
28 #include "mcld/Script/ScriptFile.h"
32 namespace mcld { namespace
59 } // namespace mcld

Completed in 1967 milliseconds

1234567891011>>