OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentPCValue
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/ARM/
ARMJITInfo.cpp
180
Addr = (void*)JCE.
getCurrentPCValue
();
195
Addr = (void*)JCE.
getCurrentPCValue
();
215
Addr = (void*)JCE.
getCurrentPCValue
();
ARMCodeEmitter.cpp
564
DEBUG(errs() << "JIT: " << (void*)MCE.
getCurrentPCValue
() << ":\t" << MI);
661
<< (void*)MCE.
getCurrentPCValue
() << " ";
714
JTI->addConstantPoolEntryAddr(CPI, MCE.
getCurrentPCValue
());
723
<< (void*)MCE.
getCurrentPCValue
() << " " << *ACPV << '\n');
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
372
void *Addr = (void*)JCE.
getCurrentPCValue
();
385
void *Addr = (void*)JCE.
getCurrentPCValue
();
399
intptr_t BranchAddr = (intptr_t)JCE.
getCurrentPCValue
();
PPCCodeEmitter.cpp
134
MovePCtoLROffset = (void*)MCE.
getCurrentPCValue
();
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
482
void *Result = (void*)JCE.
getCurrentPCValue
();
494
JCE.emitWordLE((intptr_t)Target-JCE.
getCurrentPCValue
()-4);
510
JCE.emitWordLE((intptr_t)Target-JCE.
getCurrentPCValue
()-4);
X86CodeEmitter.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
205
void *Addr = (void*) (JCE.
getCurrentPCValue
());
MipsCodeEmitter.cpp
280
DEBUG(errs() << "JIT: " << (void*)MCE.
getCurrentPCValue
() << ":\t" << *MI);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
410
MBBLocations[MBB->getNumber()] =
getCurrentPCValue
();
413
(void*)
getCurrentPCValue
());
415
<< (void*)
getCurrentPCValue
() << "]\n");
439
LabelLocations[Label] =
getCurrentPCValue
();
741
NextLine.Address =
getCurrentPCValue
();
[
all
...]
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
283
///
getCurrentPCValue
- This returns the address that the next emitted byte
286
virtual uintptr_t
getCurrentPCValue
() const {
MachineCodeEmitter.h
280
///
getCurrentPCValue
- This returns the address that the next emitted byte
283
virtual uintptr_t
getCurrentPCValue
() const {
Completed in 1612 milliseconds