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

  /external/llvm/lib/MC/
MCSectionMachO.cpp 1 //===- lib/MC/MCSectionMachO.cpp - MachO Code Section Representation ------===//
10 #include "llvm/MC/MCSectionMachO.h"
21 } SectionTypeDescriptors[MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1] = {
58 { MCSectionMachO::ENUM, ASMNAME, #ENUM },
75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section,
93 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI,
104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
105 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
118 unsigned SectionAttrs = TAA & MCSectionMachO::SECTION_ATTRIBUTES
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 1 //===- MCSectionMachO.h - MachO Machine Code Sections -----------*- C++ -*-===//
10 // This file declares the MCSectionMachO class.
22 /// MCSectionMachO - This represents a section on a Mach-O system (used by
25 class MCSectionMachO : public MCSection {
37 MCSectionMachO(StringRef Segment, StringRef Section,

Completed in 38 milliseconds