Home
last modified time | relevance | path

Searched refs:invalidateInstructionCache (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp81 virtual void invalidateInstructionCache();
103 void TrivialMemoryManager::invalidateInstructionCache() { in invalidateInstructionCache() function in TrivialMemoryManager
212 MemMgr.invalidateInstructionCache(); in executeInput()
/trueos/contrib/llvm/lib/ExecutionEngine/MCJIT/
HDSectionMemoryManager.cpp141 invalidateInstructionCache(); in finalizeMemory()
161 void SectionMemoryManager::invalidateInstructionCache() { in invalidateInstructionCache() function in llvm::SectionMemoryManager
/trueos/contrib/llvm/include/llvm/ExecutionEngine/
HDSectionMemoryManager.h85 virtual void invalidateInstructionCache();
/trueos/contrib/llvm/tools/lli/
HDlli.cpp480 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache(); in main()