Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDSectionMemoryManager.cpp169 invalidateInstructionCache(); in finalizeMemory()
222 void SectionMemoryManager::invalidateInstructionCache() { in invalidateInstructionCache() function in llvm::SectionMemoryManager
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDSectionMemoryManager.h151 virtual void invalidateInstructionCache();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp616 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache(); in main()