OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentPCOffset
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp
249
MCE.addRelocation(MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
256
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
262
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
268
MCE.addRelocation(MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
/external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp
168
return MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), RelocID,
172
return MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
175
return MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
179
return MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
183
return MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
314
MCE.addRelocation(MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
321
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
326
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
332
MCE.addRelocation(MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
338
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 override {
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
262
MCE.addRelocation(MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
282
? MachineRelocation::getIndirectSymbol(MCE.
getCurrentPCOffset
(), Reloc,
285
: MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
308
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
329
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
349
MCE.addRelocation(MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
473
? MachineRelocation::getIndirectSymbol(MCE.
getCurrentPCOffset
(), Reloc,
476
: MachineRelocation::getGV(MCE.
getCurrentPCOffset
(), Reloc,
487
MCE.addRelocation(MachineRelocation::getExtSym(MCE.
getCurrentPCOffset
(),
496
MCE.addRelocation(MachineRelocation::getConstPool(MCE.
getCurrentPCOffset
(),
505
MCE.addRelocation(MachineRelocation::getJumpTable(MCE.
getCurrentPCOffset
(),
513
MCE.addRelocation(MachineRelocation::getBB(MCE.
getCurrentPCOffset
(),
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 361 milliseconds