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

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
45 mcld::sys::fs::Directory* m_pDir;
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/ADT/
H A DHashEntryFactory.h12 namespace mcld { namespace
32 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/
H A DAttributeOption.h11 #include "mcld/MC/Attribute.h"
13 namespace mcld { namespace
31 } // namespace mcld
H A DLinker.h14 namespace mcld { namespace
38 /// normalize - To normalize the command line language into mcld::Module.
41 /// resolve - To build up the topology of mcld::Module.
44 /// layout - To serialize the final result of the output mcld::Module.
47 /// link - A convenient way to resolve and to layout the output mcld::Module.
50 /// emit - To emit output mcld::Module to a FileOutputBuffer.
53 /// emit - To open a file for output in pPath and to emit output mcld::Module
57 /// emit - To emit output mcld::Module in the pFileDescriptor.
80 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRegionFragment.h12 #include "mcld/Fragment/Fragment.h"
16 namespace mcld { namespace
42 } // namespace mcld
H A DTargetFragment.h12 #include "mcld/Fragment/Fragment.h"
14 namespace mcld { namespace
37 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h12 #include "mcld/LD/MergedStringTable.h"
16 namespace mcld { namespace
62 } // namespace mcld
H A DDiagnosticInfos.h14 namespace mcld { namespace
19 #include "mcld/LD/DiagAttribute.inc"
20 #include "mcld/LD/DiagCommonKinds.inc"
21 #include "mcld/LD/DiagReaders.inc"
22 #include "mcld/LD/DiagSymbolResolutions.inc"
23 #include "mcld/LD/DiagRelocations.inc"
24 #include "mcld/LD/DiagLayouts.inc"
25 #include "mcld/LD/DiagGOTPLT.inc"
26 #include "mcld/LD/DiagLDScript.inc"
27 #include "mcld/L
[all...]
H A DELFObjectWriter.h11 #include "mcld/LD/ObjectWriter.h"
12 #include "mcld/Support/FileOutputBuffer.h"
16 namespace mcld { namespace
126 } // namespace mcld
H A DLDReader.h12 namespace mcld { namespace
33 } // namespace mcld
H A DObjectReader.h11 #include "mcld/ADT/HashTable.h"
12 #include "mcld/ADT/StringHash.h"
13 #include "mcld/LD/LDReader.h"
14 #include "mcld/LD/ResolveInfo.h"
16 namespace mcld { namespace
55 } // namespace mcld
H A DRelocationFactory.h11 #include "mcld/Config/Config.h"
12 #include "mcld/Fragment/Relocation.h"
13 #include "mcld/Support/GCFactory.h"
15 namespace mcld { namespace
55 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h11 #include "mcld/MC/Input.h"
12 #include "mcld/Support/GCFactory.h"
14 namespace mcld { namespace
59 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssertCmd.h12 #include "mcld/Script/ScriptCommand.h"
16 namespace mcld { namespace
51 } // namespace mcld
H A DBinaryOp.h12 #include "mcld/Script/Operator.h"
16 namespace mcld { namespace
118 } // namespace mcld
H A DGroupCmd.h12 #include "mcld/Script/ScriptCommand.h"
14 namespace mcld { namespace
51 } // namespace mcld
H A DTernaryOp.h12 #include "mcld/Script/Operator.h"
16 namespace mcld { namespace
61 } // namespace mcld
H A DUnaryOp.h12 #include "mcld/Script/Operator.h"
16 namespace mcld { namespace
89 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h12 #include "mcld/Support/MemoryRegion.h"
20 namespace mcld { namespace
66 } // namespace mcld
H A DLEB128.h15 namespace mcld { namespace
111 } // namespace mcld
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 DTargetSelect.h15 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
19 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
23 #include "mcld/Config/Linkers.def" // NOLINT [build/include] [4]
28 #include "mcld/Config/Linkers.def" // NOLINT [build/include] [4]
32 namespace mcld { namespace
40 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
49 mcld::InitializeAllTargetInfos();
52 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
60 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
69 #include "mcld/Confi
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h12 #include "mcld/LD/RelocData.h"
14 namespace mcld { namespace
63 } // namespace mcld

Completed in 5048 milliseconds

1234567891011>>