OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codeGenType
(Results
1 - 25
of
26
) sorted by null
1
2
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp
38
pConfig.
codeGenType
() != LinkerConfig::Object) {
AArch64LDBackend.cpp
90
if (LinkerConfig::Object != config().
codeGenType
()) {
129
if (LinkerConfig::Object != config().
codeGenType
()) {
190
if (LinkerConfig::Object != config().
codeGenType
()) {
194
if (LinkerConfig::DynObj == config().
codeGenType
() || m_pGOT->hasGOT1() ||
201
if (LinkerConfig::DynObj == config().
codeGenType
() ||
249
if (LinkerConfig::DynObj == config().
codeGenType
())
AArch64Relocator.cpp
274
LinkerConfig::DynObj != config().
codeGenType
()) {
417
return (config().
codeGenType
() == LinkerConfig::DynObj);
421
return ((config().
codeGenType
() == LinkerConfig::DynObj) &&
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
53
assert(LinkerConfig::DynObj == m_Config.
codeGenType
() ||
54
LinkerConfig::Exec == m_Config.
codeGenType
() ||
55
LinkerConfig::Binary == m_Config.
codeGenType
());
58
if (LinkerConfig::DynObj == m_Config.
codeGenType
()) {
115
if (LinkerConfig::DynObj == m_Config.
codeGenType
())
175
if (LinkerConfig::Exec == m_Config.
codeGenType
())
X86LDBackend.cpp
89
if (LinkerConfig::Object != config().
codeGenType
()) {
255
if (LinkerConfig::Object != config().
codeGenType
()) {
347
if (LinkerConfig::Object != config().
codeGenType
()) {
457
if (LinkerConfig::DynObj == config().
codeGenType
() || m_pGOTPLT->hasGOT1() ||
614
if (LinkerConfig::Object != config().
codeGenType
()) {
642
if (LinkerConfig::DynObj == config().
codeGenType
() || m_pGOTPLT->hasGOT1() ||
X86Relocator.cpp
165
if (LinkerConfig::Object == config().
codeGenType
())
442
if (LinkerConfig::DynObj == config().
codeGenType
()) {
492
if (LinkerConfig::DynObj == config().
codeGenType
()) {
620
LinkerConfig::DynObj != config().
codeGenType
()) {
696
if (LinkerConfig::DynObj == config().
codeGenType
()) {
744
if (LinkerConfig::DynObj == config().
codeGenType
()) {
[
all
...]
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
31
enum
CodeGenType
{ Unknown, Object, DynObj, Exec, External, Binary };
72
CodeGenType
codeGenType
() const { return m_CodeGenType; }
74
void setCodeGenType(
CodeGenType
pType) { m_CodeGenType = pType; }
91
CodeGenType
m_CodeGenType;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp
37
pConfig.
codeGenType
() != LinkerConfig::Object) {
ARMLDBackend.cpp
174
if (LinkerConfig::Object != config().
codeGenType
()) {
200
if (LinkerConfig::Object != config().
codeGenType
()) {
293
if (LinkerConfig::Object != config().
codeGenType
()) {
294
if (LinkerConfig::DynObj == config().
codeGenType
() || m_pGOT->hasGOT1() ||
341
if (LinkerConfig::DynObj == config().
codeGenType
())
[
all
...]
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
92
if (LinkerConfig::DynObj == m_Config.
codeGenType
()) {
166
(LinkerConfig::DynObj == m_Config.
codeGenType
()))
180
((LinkerConfig::DynObj == m_Config.
codeGenType
()) &&
194
if (LinkerConfig::DynObj == m_Config.
codeGenType
() &&
264
LinkerConfig::DynObj == m_Config.
codeGenType
())
278
(LinkerConfig::DynObj == m_Config.
codeGenType
()))
300
if (LinkerConfig::DynObj == m_Config.
codeGenType
()) {
ELFEmulation.cpp
74
pConfig.
codeGenType
() != LinkerConfig::Object) {
GNULDBackend.cpp
131
if (LinkerConfig::Binary == config().
codeGenType
())
182
switch (config().
codeGenType
()) {
206
fatal(diag::unrecognized_output_file) << config().
codeGenType
();
214
if (LinkerConfig::Object == config().
codeGenType
())
491
if (LinkerConfig::Object == config().
codeGenType
())
663
switch (config().
codeGenType
()) {
675
fatal(diag::unrecognized_output_file) << config().
codeGenType
();
681
switch (config().
codeGenType
()) {
693
fatal(diag::unrecognized_output_file) << config().
codeGenType
();
759
switch (config().
codeGenType
()) {
[
all
...]
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
121
bool is_dynobj = m_Config.
codeGenType
() == LinkerConfig::DynObj;
122
bool is_exec = m_Config.
codeGenType
() == LinkerConfig::Exec;
123
bool is_binary = m_Config.
codeGenType
() == LinkerConfig::Binary;
124
bool is_object = m_Config.
codeGenType
() == LinkerConfig::Object;
226
switch (pConfig.
codeGenType
()) {
237
llvm::errs() << "unspported output file type: " << pConfig.
codeGenType
()
245
if (LinkerConfig::Object != pConfig.
codeGenType
())
267
LinkerConfig::Object != pConfig.
codeGenType
() &&
268
LinkerConfig::DynObj != pConfig.
codeGenType
());
499
if (LinkerConfig::DynObj == pConfig.
codeGenType
() ||
[
all
...]
DiagnosticInfos.cpp
134
switch (m_Config.
codeGenType
()) {
GarbageCollection.cpp
204
if (LinkerConfig::DynObj == m_Config.
codeGenType
() ||
229
if (LinkerConfig::Exec == m_Config.
codeGenType
() ||
ResolveInfo.cpp
226
if (LinkerConfig::Object != pConfig.
codeGenType
() &&
ELFObjectReader.cpp
228
if ((m_Config.
codeGenType
() != LinkerConfig::Object) &&
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
140
if (LinkerConfig::DynObj == m_pConfig->
codeGenType
() ||
149
if (LinkerConfig::Exec == m_pConfig->
codeGenType
()) {
260
switch (m_pConfig->
codeGenType
()) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
39
assert(LinkerConfig::DynObj == pConfig.
codeGenType
() ||
40
LinkerConfig::Exec == pConfig.
codeGenType
() ||
41
LinkerConfig::Binary == pConfig.
codeGenType
());
HexagonLDBackend.cpp
91
if ((LinkerConfig::Object != config().
codeGenType
()) &&
115
if (LinkerConfig::Object == config().
codeGenType
())
145
if ((LinkerConfig::Object != config().
codeGenType
()) &&
293
if (LinkerConfig::DynObj == config().
codeGenType
() || m_pGOTPLT->hasGOT1() ||
377
if (LinkerConfig::Object != config().
codeGenType
()) {
405
if ((LinkerConfig::Object != config().
codeGenType
()) &&
475
if (config().
codeGenType
() == LinkerConfig::Object)
663
if (config().
codeGenType
() == LinkerConfig::Object)
[
all
...]
HexagonRelocator.cpp
200
if (LinkerConfig::Object == config().
codeGenType
())
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
265
if (m_Config.
codeGenType
() == LinkerConfig::Object) {
384
if (LinkerConfig::Object == m_Config.
codeGenType
())
607
if (LinkerConfig::Object != m_Config.
codeGenType
()) {
637
if (LinkerConfig::Object != m_Config.
codeGenType
() ||
652
m_Config.
codeGenType
() == LinkerConfig::Object);
659
(LinkerConfig::Exec == m_Config.
codeGenType
() ||
685
if (LinkerConfig::Object != m_Config.
codeGenType
()) {
781
if (LinkerConfig::Object == m_Config.
codeGenType
())
856
if (LinkerConfig::Object != m_Config.
codeGenType
())
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp
79
if (LinkerConfig::Exec != m_pConfig.
codeGenType
())
MipsLDBackend.cpp
98
if (LinkerConfig::Object == config().
codeGenType
())
190
if (LinkerConfig::Object != config().
codeGenType
()) {
191
if (LinkerConfig::DynObj == config().
codeGenType
() || m_pGOT->hasGOT1() ||
[
all
...]
MipsRelocator.cpp
223
if (LinkerConfig::Object != config().
codeGenType
())
229
if (LinkerConfig::Object != config().
codeGenType
())
255
if (pReloc.isFirst() && LinkerConfig::DynObj == config().
codeGenType
()) {
[
all
...]
Completed in 328 milliseconds
1
2