Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp30 void clearCache(void *Addr, size_t Len) { in clearCache() function
72 clearCache(reinterpret_cast<void *>(Address), 8); in patchFunctionExit()
95 clearCache(reinterpret_cast<void *>(Address), 8); in probeRequiredCPUFeatures()
/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp72 void ConstantPool::clearCache() { in clearCache() function in ConstantPool
120 CP->clearCache(); in clearCacheForCurrentSection()
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp76 void CSKYConstantPool::clearCache() { in clearCache() function in CSKYConstantPool
114 ConstantPool->clearCache(); in emitCurrentConstantPool()
H A DCSKYTargetStreamer.h42 void clearCache();
/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h72 void clearCache();