Home
last modified time | relevance | path

Searched refs:InvalidateInstructionCache (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc152 Memory::InvalidateInstructionCache(Result.Address, AllocSize);
182 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
187 /// InvalidateInstructionCache - Before the JIT can run a block of code
190 void Memory::InvalidateInstructionCache(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DMemory.inc198 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
209 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
214 /// InvalidateInstructionCache - Before the JIT can run a block of code
217 void Memory::InvalidateInstructionCache(const void *Addr,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemory.h133 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp68 sys::Memory::InvalidateInstructionCache(Block.base(), in allocate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp230 sys::Memory::InvalidateInstructionCache(Block.base(), in invalidateInstructionCache()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidebug.h619 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp382 sys::Memory::InvalidateInstructionCache(Block.base(), in allocate()