Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_powerpc64.cc31 void clearCache(void *Addr, size_t Len) { in clearCache() function
67 clearCache(reinterpret_cast<void *>(Sled.Address), 8); in patchFunctionEntry()
84 clearCache(reinterpret_cast<void *>(Sled.Address), 8); in patchFunctionExit()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DConstantPools.cpp60 void ConstantPool::clearCache() { in clearCache() function in ConstantPool
107 CP->clearCache(); in clearCacheForCurrentSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DConstantPools.h68 void clearCache();