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

  /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.
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionMachO.h 1 //===- MCSectionMachO.h - MachO Machine Code Sections -----------*- C++ -*-===//
10 // This file declares the MCSectionMachO class.
21 /// MCSectionMachO - This represents a section on a Mach-O system (used by
24 class MCSectionMachO : public MCSection {
36 MCSectionMachO(StringRef Segment, StringRef Section,
176 static bool classof(const MCSectionMachO *) { return true; }

Completed in 48 milliseconds