Home
last modified time | relevance | path

Searched refs:clearCache (Results 1 – 7 of 7) 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
72 clearCache(reinterpret_cast<void *>(Address), 8); in patchFunctionEntry()
95 clearCache(reinterpret_cast<void *>(Address), 8); in patchFunctionExit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h86 clearCache(); in clear()
91 clearCache(); in appendEntry()
96 clearCache(); in appendBlock()
119 void clearCache() const { ExitBlocksCache.clear(); } in clearCache() function
131 clearCache(); in setSingleEntry()
H A DGenericCycleImpl.h307 NewParent->clearCache(); in moveTopLevelCycleToNewParent()
308 Child->clearCache(); in moveTopLevelCycleToNewParent()
327 Cycle->clearCache(); in addBlockToCycle()
/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.cpp77 void CSKYConstantPool::clearCache() { in clearCache() function in CSKYConstantPool
115 ConstantPool->clearCache(); in emitCurrentConstantPool()
H A DCSKYTargetStreamer.h42 void clearCache();
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h72 void clearCache();