reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Memory.h
  124     static void InvalidateInstructionCache(const void *Addr, size_t Len);

References

lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
   67           sys::Memory::InvalidateInstructionCache(Block.base(),
lib/ExecutionEngine/SectionMemoryManager.cpp
  224     sys::Memory::InvalidateInstructionCache(Block.base(),
lib/Support/Unix/Memory.inc
  212     Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
tools/llvm-jitlink/llvm-jitlink.cpp
  277             sys::Memory::InvalidateInstructionCache(Block.base(),