OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addRelocation
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp
186
MCE.
addRelocation
(GetRelocation(MO, PPC::reloc_pcrel_bx));
193
MCE.
addRelocation
(GetRelocation(MO, PPC::reloc_pcrel_bcx));
202
MCE.
addRelocation
(GetRelocation(MO, PPC::reloc_absolute_high));
211
MCE.
addRelocation
(GetRelocation(MO, PPC::reloc_absolute_low));
227
MCE.
addRelocation
(GetRelocation(MO, PPC::reloc_absolute_low));
242
MCE.
addRelocation
(GetRelocation(MO, PPC::reloc_absolute_low_ix));
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
239
MCE.
addRelocation
(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
246
MCE.
addRelocation
(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
248
MCE.
addRelocation
(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
254
MCE.
addRelocation
(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
259
MCE.
addRelocation
(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
265
MCE.
addRelocation
(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
271
MCE.
addRelocation
(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
238
Writer->
addRelocation
(Fragment->getParent(), MRE);
249
Writer->
addRelocation
(Fragment->getParent(), MRE);
302
Writer->
addRelocation
(Fragment->getParent(), MRE);
312
Writer->
addRelocation
(Fragment->getParent(), MRE);
483
Writer->
addRelocation
(Fragment->getParent(), MREPair);
486
Writer->
addRelocation
(Fragment->getParent(), MRE);
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
200
Writer->
addRelocation
(Fragment->getParent(), MRE);
337
Writer->
addRelocation
(Fragment->getParent(), MRE);
406
Writer->
addRelocation
(Fragment->getParent(), MRE);
426
Writer->
addRelocation
(Fragment->getParent(), MRE);
474
Writer->
addRelocation
(Fragment->getParent(), MRE);
575
Writer->
addRelocation
(Fragment->getParent(), MRE);
/frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h
100
///
addRelocation
- add a relocation into island
101
bool
addRelocation
(Relocation& pReloc);
/frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp
142
///
addRelocation
- add a relocation into island
143
bool BranchIsland::
addRelocation
(Relocation& pReloc)
StubFactory.cpp
96
island->
addRelocation
(*reloc);
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
303
///
addRelocation
- Whenever a relocatable address is needed, it should be
305
virtual void
addRelocation
(const MachineRelocation &MR) = 0;
MachineCodeEmitter.h
300
///
addRelocation
- Whenever a relocatable address is needed, it should be
302
virtual void
addRelocation
(const MachineRelocation &MR) = 0;
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
215
void
addRelocation
(const MCSectionData *SD,
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
269
MCE.
addRelocation
(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
294
MCE.
addRelocation
(MR);
315
MCE.
addRelocation
(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
336
MCE.
addRelocation
(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
356
MCE.
addRelocation
(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
511
MCE.
addRelocation
(MR);
519
MCE.
addRelocation
(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
528
MCE.
addRelocation
(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
537
MCE.
addRelocation
(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
545
MCE.
addRelocation
(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
413
virtual void
addRelocation
(const MachineRelocation &MR) {
[
all
...]
Completed in 8176 milliseconds