OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMachineCodeOffset
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
251
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
270
void *RelocPos = (char*)Function + MR->
getMachineCodeOffset
();
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
416
unsigned *RelocPos = (unsigned*)Function + MR->
getMachineCodeOffset
()/4;
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
545
void *RelocPos = (char*)Function + MR->
getMachineCodeOffset
();
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
842
BufferBegin+MR.
getMachineCodeOffset
(),
846
MR.getGlobalValue(), BufferBegin+MR.
getMachineCodeOffset
());
[
all
...]
Completed in 169 milliseconds