Searched defs:mcld (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/
H A DLinker.h14 namespace mcld { namespace
42 /// normalize - To normalize the command line language into mcld::Module.
45 /// resolve - To build up the topology of mcld::Module.
48 /// layout - To serialize the final result of the output mcld::Module.
51 /// link - A convenient way to resolve and to layout the output mcld::Module.
54 /// emit - To emit output mcld::Module to a FileOutputBuffer.
57 /// emit - To open a file for output in pPath and to emit output mcld::Module
61 /// emit - To emit output mcld::Module in the pFileDescriptor.
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h11 #include <mcld/Support/GCFactory.h>
12 #include <mcld/MC/Input.h>
14 namespace mcld { namespace
55 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssertCmd.h12 #include <mcld/Script/ScriptCommand.h>
15 namespace mcld namespace
53 } // namespace of mcld
H A DBinaryOp.h12 #include <mcld/Script/Operator.h>
15 namespace mcld namespace
129 } // namespace of mcld
H A DGroupCmd.h12 #include <mcld/Script/ScriptCommand.h>
14 namespace mcld namespace
54 } // namespace of mcld
H A DTernaryOp.h12 #include <mcld/Script/Operator.h>
15 namespace mcld namespace
66 } // namespace of mcld
H A DUnaryOp.h12 #include <mcld/Script/Operator.h>
15 namespace mcld namespace
96 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h12 #include <mcld/Support/MemoryRegion.h>
18 namespace mcld { namespace
66 } // namespace mcld
H A DLEB128.h16 namespace mcld { namespace
112 } // namespace of mcld
H A DMsgHandling.h11 #include <mcld/LD/MsgHandler.h>
13 namespace mcld { namespace
36 } // namespace of mcld
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID)
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID)
51 inline mcld::MsgHandler mcld::error(unsigned int pID)
56 inline mcld
[all...]
H A DTargetSelect.h15 #include "mcld/Config/Targets.def"
19 #include "mcld/Config/Targets.def"
23 #include "mcld/Config/Linkers.def"
27 #include "mcld/Config/Linkers.def"
31 #include "mcld/Config/Targets.def"
35 #include "mcld/Config/Linkers.def"
39 #include "mcld/Config/Linkers.def"
43 namespace mcld namespace
52 #include "mcld/Config/Targets.def"
61 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h12 #include <mcld/LD/RelocData.h>
14 namespace mcld namespace
66 } // namespace of mcld
/frameworks/compile/mclinker/lib/Support/
H A DDemangle.cpp9 #include <mcld/Config/Config.h>
10 #include <mcld/Support/CXADemangle.tcc>
11 #include <mcld/Support/Demangle.h>
17 namespace mcld { namespace
76 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
32 } // namespace of mcld
H A DAArch64PLT.h12 #include <mcld/Target/GOT.h>
13 #include <mcld/Target/PLT.h>
14 #include <mcld/Support/MemoryRegion.h>
38 namespace mcld { namespace
83 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
29 } // namespace of mcld
H A DARMPLT.h12 #include <mcld/Target/GOT.h>
13 #include <mcld/Target/PLT.h>
14 #include <mcld/Support/MemoryRegion.h>
34 namespace mcld { namespace
79 } // namespace of mcld
H A DARMToARMStub.h14 #include <mcld/Fragment/Stub.h>
18 namespace mcld namespace
71 } // namespace of mcld
H A DARMToTHMStub.h14 #include <mcld/Fragment/Stub.h>
18 namespace mcld namespace
71 } // namespace of mcld
H A DTHMToARMStub.h14 #include <mcld/Fragment/Stub.h>
17 namespace mcld namespace
75 } // namespace of mcld
H A DTHMToTHMStub.h14 #include <mcld/Fragment/Stub.h>
17 namespace mcld namespace
75 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp10 #include <mcld/LinkerScript.h>
11 #include <mcld/LinkerConfig.h>
12 #include <mcld/Target/ELFEmulation.h>
13 #include <mcld/Support/TargetRegistry.h>
15 namespace mcld { namespace
59 } // namespace of mcld
65 mcld::TargetRegistry::RegisterEmulation(mcld::TheMipselTarget,
66 mcld::emulateMipsLD);
67 mcld
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp10 #include <mcld/LinkerConfig.h>
11 #include <mcld/LinkerScript.h>
12 #include <mcld/Target/ELFEmulation.h>
13 #include <mcld/Support/TargetRegistry.h>
15 namespace mcld { namespace
65 } // namespace of mcld
72 mcld::TargetRegistry::RegisterEmulation(mcld::TheX86_32Target, mcld::emulateX86LD);
73 mcld
[all...]
H A DX86GNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
47 } // namespace of mcld
H A DX86GOT.h12 #include <mcld/Target/GOT.h>
14 namespace mcld { namespace
69 } // namespace of mcld

Completed in 3500 milliseconds

1234567891011>>