Home
last modified time | relevance | path

Searched refs:Linker (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DLinker.cpp34 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 …]
DAndroid.bp12 "Linker.cpp",
/frameworks/compile/mclinker/include/mcld/
DLinker.h29 class Linker {
31 Linker();
33 ~Linker();
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp53 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()
DLinkerTest.h16 class Linker; variable
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc3 "Please call mcld::Linker::config before creating relocations",
4 "Please call mcld::Linker::config before creating relocations")
/frameworks/compile/libbcc/lib/
DSource.cpp214 …if (llvm::Linker::linkModules(*mModule, std::unique_ptr<llvm::Module>(&pSource.getModule())) != 0)… in merge()
DRSCompilerDriver.cpp330 llvm::Linker linker(module); in buildScriptGroup()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp741 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/
DMain.cpp114 mcld::Linker linker_;