Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp72 void ConstantPool::clearCache() { in clearCache() function in ConstantPool
120 CP->clearCache(); in clearCacheForCurrentSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp76 void CSKYConstantPool::clearCache() {
114 ConstantPool->clearCache(); in emitCurrentConstantPool()
77 void CSKYConstantPool::clearCache() { clearCache() function in CSKYConstantPool
H A DCSKYTargetStreamer.h42 void clearCache();
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h72 void clearCache();