OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkerConfig
(Results
76 - 100
of
122
) sorted by null
1
2
3
4
5
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h
24
class
LinkerConfig
;
79
X86Relocator(const
LinkerConfig
& pConfig);
142
X86_32Relocator(X86_32GNULDBackend& pParent, const
LinkerConfig
& pConfig);
196
X86_64Relocator(X86_64GNULDBackend& pParent, const
LinkerConfig
& pConfig);
X86LDBackend.cpp
18
#include <mcld/
LinkerConfig
.h>
35
X86GNULDBackend::X86GNULDBackend(const
LinkerConfig
& pConfig,
88
if (
LinkerConfig
::Object != config().codeGenType()) {
273
if (
LinkerConfig
::Object != config().codeGenType()) {
302
X86_32GNULDBackend::X86_32GNULDBackend(const
LinkerConfig
& pConfig,
326
if (
LinkerConfig
::Object != config().codeGenType()) {
395
if (
LinkerConfig
::DynObj == config().codeGenType() ||
450
X86_64GNULDBackend::X86_64GNULDBackend(const
LinkerConfig
& pConfig,
512
if (
LinkerConfig
::Object != config().codeGenType()) {
543
if (
LinkerConfig
::DynObj == config().codeGenType() |
[
all
...]
/frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp
11
#include "alone/Support/
LinkerConfig
.h"
69
Linker::Linker(const
LinkerConfig
& pConfig)
90
enum Linker::ErrorCode Linker::extractFiles(const
LinkerConfig
& pConfig) {
98
enum Linker::ErrorCode Linker::config(const
LinkerConfig
& pConfig) {
113
const_cast<mcld::
LinkerConfig
&>(*mLDConfig));
/frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h
25
class
LinkerConfig
;
52
static void SetUp(const
LinkerConfig
& pConfig);
FragmentGraph.h
31
class
LinkerConfig
;
57
bool construct(const
LinkerConfig
& pConfig, Module& pModule);
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
21
class
LinkerConfig
;
41
ARMGNULDBackend(const
LinkerConfig
& pConfig, GNUInfo* pInfo);
ARMRelocator.h
76
ARMRelocator(ARMGNULDBackend& pParent, const
LinkerConfig
& pConfig);
ARMLDBackend.cpp
27
#include <mcld/
LinkerConfig
.h>
48
ARMGNULDBackend::ARMGNULDBackend(const
LinkerConfig
& pConfig, GNUInfo* pInfo)
94
if (
LinkerConfig
::Object != config().codeGenType()) {
121
if (
LinkerConfig
::Object != config().codeGenType()) {
211
if (
LinkerConfig
::Object != config().codeGenType()) {
212
if (
LinkerConfig
::DynObj == config().codeGenType() ||
259
if (
LinkerConfig
::DynObj == config().codeGenType())
652
const
LinkerConfig
& pConfig)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h
24
class
LinkerConfig
;
84
HexagonRelocator(HexagonLDBackend& pParent, const
LinkerConfig
& pConfig);
HexagonPLT.cpp
16
#include <mcld/
LinkerConfig
.h>
39
const
LinkerConfig
& pConfig)
44
assert(
LinkerConfig
::DynObj == m_Config.codeGenType() ||
45
LinkerConfig
::Exec == m_Config.codeGenType() ||
46
LinkerConfig
::Binary == m_Config.codeGenType());
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
17
class
LinkerConfig
;
32
MipsGNULDBackend(const
LinkerConfig
& pConfig, MipsGNUInfo* pInfo);
MipsLDBackend.cpp
19
#include <mcld/
LinkerConfig
.h>
35
MipsGNULDBackend::MipsGNULDBackend(const
LinkerConfig
& pConfig,
57
if (
LinkerConfig
::Object != config().codeGenType()) {
121
if (
LinkerConfig
::Object != config().codeGenType()) {
122
if (
LinkerConfig
::DynObj == config().codeGenType() ||
408
const
LinkerConfig
& pConfig)
MipsELFDynamic.cpp
28
const
LinkerConfig
& pConfig)
MipsRelocator.h
35
MipsRelocator(MipsGNULDBackend& pParent, const
LinkerConfig
& pConfig);
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
12
#include <mcld/
LinkerConfig
.h>
44
const
LinkerConfig
& pConfig)
119
bool is_dynobj = m_Config.codeGenType() ==
LinkerConfig
::DynObj;
120
bool is_exec = m_Config.codeGenType() ==
LinkerConfig
::Exec;
121
bool is_binary = m_Config.codeGenType() ==
LinkerConfig
::Binary;
122
bool is_object = m_Config.codeGenType() ==
LinkerConfig
::Object;
189
void ELFObjectWriter::writeELFHeader(const
LinkerConfig
& pConfig,
212
case
LinkerConfig
::Object:
215
case
LinkerConfig
::DynObj:
218
case
LinkerConfig
::Exec
[
all
...]
TextDiagnosticPrinter.cpp
10
#include <mcld/
LinkerConfig
.h>
30
const
LinkerConfig
& pConfig)
159
void TextDiagnosticPrinter::beginInput(const Input& pInput, const
LinkerConfig
& pConfig)
ELFBinaryReader.cpp
12
#include <mcld/
LinkerConfig
.h>
29
const
LinkerConfig
& pConfig)
ELFDynObjReader.cpp
11
#include <mcld/
LinkerConfig
.h>
31
const
LinkerConfig
& pConfig)
GroupReader.cpp
15
#include <mcld/
LinkerConfig
.h>
40
const
LinkerConfig
& pConfig)
/frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp
12
#include <mcld/
LinkerConfig
.h>
192
LinkerConfig
& pConfig,
231
pConfig.setCodeGenType(
LinkerConfig
::Exec);
241
pConfig.setCodeGenType(
LinkerConfig
::Binary);
251
pConfig.setCodeGenType(
LinkerConfig
::DynObj);
261
pConfig.setCodeGenType(
LinkerConfig
::Object);
357
LinkerConfig
& pConfig,
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
19
#include <mcld/
LinkerConfig
.h>
65
GNULDBackend::GNULDBackend(const
LinkerConfig
& pConfig, GNUInfo* pInfo)
114
if (
LinkerConfig
::Binary == config().codeGenType())
174
case
LinkerConfig
::DynObj: {
181
case
LinkerConfig
::Exec:
182
case
LinkerConfig
::Binary: {
189
case
LinkerConfig
::Object: {
207
if (
LinkerConfig
::Object == config().codeGenType())
500
if (
LinkerConfig
::Object == config().codeGenType())
686
case
LinkerConfig
::DynObj
[
all
...]
ELFDynamic.cpp
14
#include <mcld/
LinkerConfig
.h>
36
const
LinkerConfig
& pConfig)
101
if (
LinkerConfig
::DynObj == m_Config.codeGenType()) {
173
(
LinkerConfig
::DynObj == m_Config.codeGenType()))
190
((
LinkerConfig
::DynObj == m_Config.codeGenType()) &&
203
if (
LinkerConfig
::DynObj == m_Config.codeGenType() &&
276
LinkerConfig
::DynObj == m_Config.codeGenType())
290
(
LinkerConfig
::DynObj == m_Config.codeGenType()))
312
if (
LinkerConfig
::DynObj == m_Config.codeGenType()) {
/frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp
11
#include <mcld/
LinkerConfig
.h>
20
InputBuilder::InputBuilder(const
LinkerConfig
& pConfig)
30
InputBuilder::InputBuilder(const
LinkerConfig
& pConfig,
/frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp
31
mcld::InitializeDiagnosticEngine(const mcld::
LinkerConfig
& pConfig,
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
11
#include <mcld/
LinkerConfig
.h>
40
ObjectLinker::ObjectLinker(const
LinkerConfig
& pConfig,
391
if (
LinkerConfig
::Object != m_Config.codeGenType())
422
if (
LinkerConfig
::Object != m_Config.codeGenType() ||
437
m_Config.codeGenType() ==
LinkerConfig
::Object);
444
(
LinkerConfig
::Exec == m_Config.codeGenType() ||
455
/// @note sizeNamePools replies on
LinkerConfig
::CodePosition. Must determine
Completed in 562 milliseconds
1
2
3
4
5