OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMachineCodeOffset
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
252
void *RelocPos = (char*) Function + MR->
getMachineCodeOffset
();
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
194
///
getMachineCodeOffset
- Return the offset into the code buffer that the
196
intptr_t
getMachineCodeOffset
() const {
/external/llvm/lib/Target/ARM/
ARMJITInfo.cpp
271
void *RelocPos = (char*)Function + MR->
getMachineCodeOffset
();
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
427
unsigned *RelocPos = (unsigned*)Function + MR->
getMachineCodeOffset
()/4;
/external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp
279
void *RelocPos = (char*) Function + MR->
getMachineCodeOffset
();
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
551
void *RelocPos = (char*)Function + MR->
getMachineCodeOffset
();
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
847
BufferBegin+MR.
getMachineCodeOffset
(),
851
MR.getGlobalValue(), BufferBegin+MR.
getMachineCodeOffset
());
[
all
...]
Completed in 241 milliseconds