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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 1 //===- 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 {
38 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 1 //===- lib/MC/MCSectionMachO.cpp - MachO Code Section Representation ------===//
10 #include "llvm/MC/MCSectionMachO.h"
72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section,
92 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI,
156 bool MCSectionMachO::UseCodeAlign() const {
160 bool MCSectionMachO::isVirtualSection() const {
171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In.

Completed in 920 milliseconds