Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h96 void clearCacheForCurrentSection(MCStreamer &Streamer);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp117 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection() function in AssemblerConstantPools
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp41 ConstantPools->clearCacheForCurrentSection(Streamer); in emitCurrentConstantPool()