HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateInstructionCache (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
Memory.h 70 /// InvalidateInstructionCache - Before the JIT can run a block of code
73 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 141 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16);
185 sys::Memory::InvalidateInstructionCache(Addr, 16);
  /external/llvm/lib/Support/
Memory.cpp 37 /// InvalidateInstructionCache - Before the JIT can run a block of code
40 void llvm::sys::Memory::InvalidateInstructionCache(const void *Addr,
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 333 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4);
378 sys::Memory::InvalidateInstructionCache(Addr, 7*4);
405 sys::Memory::InvalidateInstructionCache(Addr, 10*4);
467 sys::Memory::InvalidateInstructionCache(Old, 7*4);
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 189 sys::Memory::InvalidateInstructionCache(Addr, 16);
202 sys::Memory::InvalidateInstructionCache(Addr, 8);
230 sys::Memory::InvalidateInstructionCache(Addr, 16);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 121 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size());
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 109 milliseconds