OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcurrentpcoffset
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp
165
return MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), RelocID,
169
return MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
172
return MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
176
return MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
180
return MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
242
MCE.addRelocation(MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
249
MCE.addRelocation(MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
251
MCE.addRelocation(MachineRelocation::getGV(MCE.
getCurrentPCOffset
() + Offset,
257
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
262
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
268
MCE.addRelocation(MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
274
MCE.addRelocation(MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
290
///
getCurrentPCOffset
- Return the offset from the start of the emitted
292
uintptr_t
getCurrentPCOffset
() const {
MachineCodeEmitter.h
287
///
getCurrentPCOffset
- Return the offset from the start of the emitted
289
virtual uintptr_t
getCurrentPCOffset
() const {
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
264
MCE.addRelocation(MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
284
? MachineRelocation::getIndirectSymbol(MCE.
getCurrentPCOffset
(), Reloc,
287
: MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
310
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
331
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
351
MCE.addRelocation(MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
507
? MachineRelocation::getIndirectSymbol(MCE.
getCurrentPCOffset
(), Reloc,
510
: MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
521
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
530
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
539
MCE.addRelocation(MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
547
MCE.addRelocation(MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 130 milliseconds