Searched refs:InvalidateInstructionCache (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 150 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 D | Memory.inc | 191 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 D | Memory.h | 133 static void InvalidateInstructionCache(const void *Addr, size_t Len);
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 230 sys::Memory::InvalidateInstructionCache(Block.base(), in invalidateInstructionCache()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 138 sys::Memory::InvalidateInstructionCache(Mem, Seg.Size); in finalize()
|
| H A D | ExecutorSharedMemoryMapperService.cpp | 180 sys::Memory::InvalidateInstructionCache(Segment.Addr.toPtr<void *>(), in initialize()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.cpp | 91 sys::Memory::InvalidateInstructionCache(Base.toPtr<void *>(), Size); in initialize()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 315 sys::Memory::InvalidateInstructionCache(MB.base(), MB.allocatedSize()); in applyProtections()
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | DebugSupport.h | 961 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache; member
|