Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.cpp35 ConstantPools->emitForCurrentSection(Streamer); in emitCurrentConstantPool()
/external/llvm/include/llvm/MC/
DConstantPools.h83 void emitForCurrentSection(MCStreamer &Streamer);
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp35 ConstantPools->emitForCurrentSection(Streamer); in emitCurrentConstantPool()
/external/llvm/lib/MC/
DConstantPools.cpp84 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection() function in AssemblerConstantPools