LLVM
8.0.1
|
#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 80 of file ConstantPools.cpp.
References llvm::ConstantPool::emitEntries(), llvm::ConstantPool::empty(), and llvm::MCStreamer::SwitchSection().
Referenced by llvm::AssemblerConstantPools::emitAll(), and llvm::AssemblerConstantPools::emitForCurrentSection().