Home
last modified time | relevance | path

Searched refs:emitForCurrentSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h95 void emitForCurrentSection(MCStreamer &Streamer);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp47 ConstantPools->emitForCurrentSection(Streamer); in emitCurrentConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp111 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection() function in AssemblerConstantPools
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp40 ConstantPools->emitForCurrentSection(Streamer); in emitCurrentConstantPool()