Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp177 invalidateInstructionCache(); in finalizeMemory()
228 void SectionMemoryManager::invalidateInstructionCache() { in invalidateInstructionCache() function in llvm::SectionMemoryManager
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h150 virtual void invalidateInstructionCache();
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp682 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache(); in main()