Searched refs:MCLinker (Results 1 – 25 of 28) sorted by relevance
12
/frameworks/compile/mclinker/include/mcld/CodeGen/ |
D | MCLinker.h | 43 class MCLinker : public llvm::MachineFunctionPass 52 MCLinker(LinkerConfig& pConfig, 57 virtual ~MCLinker();
|
/frameworks/compile/mclinker/lib/CodeGen/ |
D | MCLinker.cpp | 41 char MCLinker::m_ID = 0; 200 MCLinker::MCLinker(LinkerConfig& pConfig, in MCLinker() function in MCLinker 211 MCLinker::~MCLinker() in ~MCLinker() 217 bool MCLinker::doInitialization(llvm::Module &pM) in doInitialization() 232 bool MCLinker::doFinalization(llvm::Module &pM) in doFinalization() 243 bool MCLinker::runOnMachineFunction(MachineFunction& pF) in runOnMachineFunction() 249 void MCLinker::initializeInputTree(IRBuilder& pBuilder) in initializeInputTree()
|
D | Android.mk | 5 MCLinker.cpp
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Target.h | 24 class MCLinker; variable 48 typedef MCLinker *(*MCLinkerCtorTy)(const std::string& pTriple, 74 MCLinker *createMCLinker(const std::string &pTriple,
|
D | TargetSelect.h | 26 #define MCLD_LINKER(TargetName) void MCLDInitialize##TargetName##MCLinker(); 84 #define MCLD_LINKER(TargetName) MCLDInitialize##TargetName##MCLinker(); in InitializeAllLinkers()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Linkers.def.in | 3 // The MCLinker Project 10 // This file enumerates all of the linkers supported by this build of MCLinker.
|
D | Linkers.def | 3 // The MCLinker Project 10 // This file enumerates all of the linkers supported by this build of MCLinker.
|
D | Config.h.in | 6 // The MCLinker Project 59 /* Target triple MCLinker will generate code for by default */
|
D | Targets.def.in | 3 |* The MCLinker Project *|
|
D | Targets.def | 3 |* The MCLinker Project *|
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFMCLinker.cpp | 19 : MCLinker(pConfig, pModule, pFileHandle) { in ELFMCLinker()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFMCLinker.h | 24 class ELFMCLinker : public MCLinker
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64MCLinker.cpp | 23 MCLinker* createAArch64MCLinker(const std::string& pTriple, in createAArch64MCLinker()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonMCLinker.cpp | 21 MCLinker* createHexagonMCLinker(const std::string &pTriple, in createHexagonMCLinker()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMMCLinker.cpp | 22 MCLinker* createARMMCLinker(const std::string& pTriple, in createARMMCLinker()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86MCLinker.cpp | 22 MCLinker* createX86MCLinker(const std::string &pTriple, in createX86MCLinker()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsMCLinker.cpp | 20 mcld::MCLinker* createMipsMCLinker(const std::string &pTriple, in createMipsMCLinker()
|
/frameworks/compile/mclinker/lib/Support/ |
D | Target.cpp | 44 MCLinker*
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 3 // The MCLinker Project
|
D | FileSystem.inc | 3 // The MCLinker Project
|
D | PathV3.inc | 3 // The MCLinker Project
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 2 MCLinker Release License 12 MCLinker Team.
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 3 // The MCLinker Project
|
D | FileSystem.inc | 3 // The MCLinker Project
|
D | PathV3.inc | 3 // The MCLinker Project
|
12