Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc150 Memory::InvalidateInstructionCache(Result.Address, AllocSize);
180 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
185 /// InvalidateInstructionCache - Before the JIT can run a block of code
188 void Memory::InvalidateInstructionCache(const void *Addr, size_t Len) {
/src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc191 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
202 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
207 /// InvalidateInstructionCache - Before the JIT can run a block of code
210 void Memory::InvalidateInstructionCache(const void *Addr, size_t Len) {
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h133 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp230 sys::Memory::InvalidateInstructionCache(Block.base(), in invalidateInstructionCache()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp138 sys::Memory::InvalidateInstructionCache(Mem, Seg.Size); in finalize()
H A DExecutorSharedMemoryMapperService.cpp180 sys::Memory::InvalidateInstructionCache(Segment.Addr.toPtr<void *>(), in initialize()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp91 sys::Memory::InvalidateInstructionCache(Base.toPtr<void *>(), Size); in initialize()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp315 sys::Memory::InvalidateInstructionCache(MB.base(), MB.allocatedSize()); in applyProtections()
/src/sys/contrib/edk2/Include/Protocol/
H A DDebugSupport.h961 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache; member