Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp177 invalidateInstructionCache(); in finalizeMemory()
228 void SectionMemoryManager::invalidateInstructionCache() { in invalidateInstructionCache() function in llvm::SectionMemoryManager
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h150 virtual void invalidateInstructionCache();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp683 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache(); in main()