HomeSort by relevance Sort by last modified time
    Searched defs:MCELFStreamer (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCELFStreamer.h 1 //===- MCELFStreamer.h - MCStreamer ELF Object File Interface ---*- C++ -*-===//
30 class MCELFStreamer : public MCObjectStreamer {
32 MCELFStreamer(StreamerKind Kind, MCContext &Context, MCAsmBackend &TAB,
37 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
41 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
46 virtual ~MCELFStreamer();
  /external/llvm/lib/MC/
MCELFStreamer.cpp 1 //===- lib/MC/MCELFStreamer.cpp - ELF Object Output -----------------------===//
14 #include "llvm/MC/MCELFStreamer.h"
37 inline void MCELFStreamer::SetSection(StringRef Section, unsigned Type,
42 inline void MCELFStreamer::SetSectionData() {
50 inline void MCELFStreamer::SetSectionText() {
58 inline void MCELFStreamer::SetSectionBss() {
66 MCELFStreamer::~MCELFStreamer() {
69 void MCELFStreamer::InitToTextSection() {
73 void MCELFStreamer::InitSections()
    [all...]

Completed in 1873 milliseconds