Searched refs:SectLinkerOption (Results 1 - 20 of 20) sorted by relevance

/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinkerOption.cpp1 //===- SectLinkerOption.cpp -------------------------------------------------===//
9 #include "mcld/CodeGen/SectLinkerOption.h"
16 // SectLinkerOption
17 SectLinkerOption::SectLinkerOption(MCLDInfo &pLDInfo) function in class:SectLinkerOption
20 SectLinkerOption::~SectLinkerOption() {
H A DAndroid.mk6 SectLinkerOption.cpp
H A DLLVMTargetMachine.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
191 SectLinkerOption *pLinkerOpt,
346 SectLinkerOption *pLinkerOpt,
H A DSectLinker.cpp24 #include <mcld/CodeGen/SectLinkerOption.h>
43 SectLinker::SectLinker(SectLinkerOption &pOption,
/frameworks/compile/mclinker/lib/Target/
H A DELFSectLinker.cpp10 #include <mcld/CodeGen/SectLinkerOption.h>
16 ELFSectLinker::ELFSectLinker(SectLinkerOption &pOption,
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinkerOption.h1 //===- SectLinkerOption.h ---------------------------------------------------===//
24 /** \class SectLinkerOption
27 class SectLinkerOption class in namespace:mcld
31 SectLinkerOption(MCLDInfo &pLDInfo);
48 ~SectLinkerOption();
H A DSectLinker.h36 class SectLinkerOption;
61 SectLinker(SectLinkerOption &pOption,
90 SectLinkerOption *m_pOption;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFSectLinker.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
15 ARMELFSectLinker::ARMELFSectLinker(SectLinkerOption &pOption,
H A DARMELFSectLinker.h27 ARMELFSectLinker(SectLinkerOption &pOption,
H A DARMSectLinker.cpp22 SectLinkerOption &pOption,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFSectLinker.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
15 MipsELFSectLinker::MipsELFSectLinker(SectLinkerOption &pOption,
H A DMipsELFSectLinker.h25 MipsELFSectLinker(SectLinkerOption &pOption,
H A DMipsSectLinker.cpp23 SectLinkerOption &pOption,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFSectLinker.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
15 X86ELFSectLinker::X86ELFSectLinker(SectLinkerOption &pOption,
H A DX86ELFSectLinker.h27 X86ELFSectLinker(SectLinkerOption &pOption,
H A DX86SectLinker.cpp22 SectLinkerOption &pOption,
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFSectLinker.h27 ELFSectLinker(SectLinkerOption &pOption,
H A DTargetMachine.h33 class SectLinkerOption;
81 SectLinkerOption *pLinkerOpt = NULL,
112 SectLinkerOption *pLinkerOpt,
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h26 class SectLinkerOption;
46 SectLinkerOption &,
80 SectLinkerOption &pOption,
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp22 #include <mcld/CodeGen/SectLinkerOption.h>
780 static bool ProcessLinkerInputsFromCommand(mcld::SectLinkerOption &pOption) {
1114 mcld::SectLinkerOption *LinkerOpt =
1115 new mcld::SectLinkerOption(TheTargetMachine.getLDInfo());

Completed in 109 milliseconds