Searched defs:Linker (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp17 #include "bcc/Linker.h"
39 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
44 "Configure Linker twice.",
56 "Linker::config() is not called",
58 "Linker::setOutput() is not called before add input files",
79 // Linker
81 Linker::Linker() function in class:Linker
86 Linker function in class:Linker
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp1 //===- Linker.cpp ---------------------------------------------------------===//
10 #include "alone/Linker.h"
32 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
37 "Configure Linker twice.",
49 "Linker::config() is not called",
51 "Linker::setOutput() is not called before add input files",
72 // Linker
74 Linker::Linker() function in class:Linker
79 Linker::Linker(const LinkerConfig& pConfig) function in class:Linker
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h44 class Linker { class in namespace:bcc
75 Linker();
77 Linker(const LinkerConfig& pConfig);
79 ~Linker();
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h1 //===- Linker.h -----------------------------------------------------------===//
37 class Linker { class in namespace:alone
68 Linker();
70 Linker(const LinkerConfig& pConfig);
72 ~Linker();

Completed in 48 milliseconds