Searched refs:Linker (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 34 Linker::Linker() in Linker() function in mcld::Linker 42 Linker::~Linker() { in ~Linker() 48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) { in emulate() 66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) { in link() 77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) { in normalize() 165 bool Linker::resolve(Module& pModule) { in resolve() 202 bool Linker::layout() { in layout() 242 bool Linker::emit(FileOutputBuffer& pOutput) { in emit() 255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit() 289 bool Linker::emit(const Module& pModule, int pFileDescriptor) { in emit() [all …]
|
D | Android.bp | 12 "Linker.cpp",
|
/frameworks/compile/mclinker/include/mcld/ |
D | Linker.h | 29 class Linker { 31 Linker(); 33 ~Linker();
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 53 Linker linker; in TEST_F() 76 Linker linker; in TEST_F() 134 Linker linker; in TEST_F() 232 Linker linker; in TEST_F() 337 Linker linker; in TEST_F()
|
D | LinkerTest.h | 16 class Linker; variable
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagRelocations.inc | 3 "Please call mcld::Linker::config before creating relocations", 4 "Please call mcld::Linker::config before creating relocations")
|
/frameworks/compile/libbcc/lib/ |
D | Source.cpp | 214 …if (llvm::Linker::linkModules(*mModule, std::unique_ptr<llvm::Module>(&pSource.getModule())) != 0)… in merge()
|
D | RSCompilerDriver.cpp | 330 llvm::Linker linker(module); in buildScriptGroup()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 741 class Linker { class 743 Linker(LinkContext* context, const LinkOptions& options) in Linker() function in aapt::Linker 2236 Linker cmd(&context, options_); in Action()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 114 mcld::Linker linker_;
|