Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DConstantPools.h91 void clearCacheForCurrentSection(MCStreamer &Streamer);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DConstantPools.cpp116 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection() function in AssemblerConstantPools
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp42 ConstantPools->clearCacheForCurrentSection(Streamer); in emitCurrentConstantPool()