Searched defs:MCSectionMachO (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h1 //===- MCSectionMachO.h - MachO Machine Code Sections -----------*- C++ -*-===//
10 // This file declares the MCSectionMachO class.
23 /// MCSectionMachO - This represents a section on a Mach-O system (used by
26 class MCSectionMachO : public MCSection { class in namespace:llvm
38 MCSectionMachO(StringRef Segment, StringRef Section,
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp1 //===- lib/MC/MCSectionMachO.cpp - MachO Code Section Representation ------===//
10 #include "llvm/MC/MCSectionMachO.h"
72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, function in class:MCSectionMachO
90 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI,
154 bool MCSectionMachO::UseCodeAlign() const {
158 bool MCSectionMachO::isVirtualSection() const {
169 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In.

Completed in 298 milliseconds