Searched defs:MCSectionMachO (Results 1 - 3 of 3) sorted by relevance

/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
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/
H A DMCSectionMachO.cpp1 //===- 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, function in class:MCSectionMachO
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
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionMachO.h1 //===- 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 { class in namespace:llvm
36 MCSectionMachO(StringRef Segment, StringRef Section,
176 static bool classof(const MCSectionMachO *) { return true; }

Completed in 7841 milliseconds