HomeSort by relevance Sort by last modified time
    Searched full:invalidateinstructioncache (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Support/Unix/
Memory.inc 134 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
169 Memory::InvalidateInstructionCache(M.Address, M.Size);
258 Memory::InvalidateInstructionCache(M.Address, M.Size);
269 Memory::InvalidateInstructionCache(M.Address, M.Size);
301 /// InvalidateInstructionCache - Before the JIT can run a block of code
304 void Memory::InvalidateInstructionCache(const void *Addr,
  /external/llvm/lib/Support/Windows/
Memory.inc 120 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
150 Memory::InvalidateInstructionCache(M.Address, M.Size);
155 /// InvalidateInstructionCache - Before the JIT can run a block of code
158 void Memory::InvalidateInstructionCache(
219 Memory::InvalidateInstructionCache(Addr, Size);
238 Memory::InvalidateInstructionCache(Addr, Size);
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 158 invalidateInstructionCache();
209 void SectionMemoryManager::invalidateInstructionCache() {
211 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size());
  /external/llvm/include/llvm/Support/
Memory.h 135 /// InvalidateInstructionCache - Before the JIT can run a block of code
138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 83 virtual void invalidateInstructionCache();
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 145 sys::Memory::InvalidateInstructionCache((void *)Addr, BufferSize);
  /external/llvm/tools/lli/
lli.cpp 604 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache();
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 428 // setExecutable will call InvalidateInstructionCache.

Completed in 309 milliseconds