LLVM 20.0.0git
|
#include "llvm/MC/ConstantPools.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/Casting.h"
Go to the source code of this file.
Functions | |
static void | emitConstantPool (MCStreamer &Streamer, MCSection *Section, ConstantPool &CP) |
|
static |
Definition at line 93 of file ConstantPools.cpp.
References llvm::MCStreamer::switchSection().
Referenced by llvm::AssemblerConstantPools::emitAll(), and llvm::AssemblerConstantPools::emitForCurrentSection().