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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 83 virtual void invalidateInstructionCache();
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 158 invalidateInstructionCache();
209 void SectionMemoryManager::invalidateInstructionCache() {
211 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size());

Completed in 66 milliseconds