OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkerConfig
(Results
126 - 129
of
129
) sorted by null
1
2
3
4
5
6
/frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp
13
#include <mcld/
LinkerConfig
.h>
29
m_pConfig = new
LinkerConfig
("arm-none-linux-gnueabi");
/frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp
34
const
LinkerConfig
& pConfig)
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
10
#include <mcld/
LinkerConfig
.h>
965
static bool ProcessLinkerOptionsFromCommand(mcld::
LinkerConfig
& pConfig) {
1016
<< mcld::
LinkerConfig
::version()
[
all
...]
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
86
bool ShouldForceLocal(const ResolveInfo& pInfo, const
LinkerConfig
& pConfig)
93
if (
LinkerConfig
::Object != pConfig.codeGenType() &&
105
IRBuilder::IRBuilder(Module& pModule, const
LinkerConfig
& pConfig)
Completed in 61 milliseconds
1
2
3
4
5
6