Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DConstantPools.cpp71 void ConstantPool::clearCache() { in clearCache() function in ConstantPool
119 CP->clearCache(); in clearCacheForCurrentSection()
/openbsd-src/gnu/llvm/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();
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DConstantPools.h67 void clearCache();