Home
last modified time | relevance | path

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

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