Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp30 void clearCache(void *Addr, size_t Len) { in clearCache() function
67 clearCache(reinterpret_cast<void *>(Address), 8); in patchFunctionEntry()
85 clearCache(reinterpret_cast<void *>(Address), 8); in patchFunctionExit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp59 void ConstantPool::clearCache() { in clearCache() function in ConstantPool
106 CP->clearCache(); in clearCacheForCurrentSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h66 void clearCache();