Searched refs:MCSectionMachO (Results 1 - 15 of 15) 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
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.
H A DAndroid.mk39 MCSectionMachO.cpp \
H A DMachObjectWriter.cpp20 #include "llvm/MC/MCSectionMachO.h"
220 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
475 const MCSectionMachO &Section =
476 cast<MCSectionMachO>(it->SectionData->getSection());
491 const MCSectionMachO &Section =
492 cast<MCSectionMachO>(it->SectionData->getSection());
507 const MCSectionMachO &Section =
508 cast<MCSectionMachO>(it->SectionData->getSection());
1003 const MCSectionMachO
[all...]
H A DMCContext.cpp20 #include "llvm/MC/MCSectionMachO.h"
206 const MCSectionMachO *MCContext::
222 const MCSectionMachO *&Entry = MachOUniquingMap[Name.str()];
226 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
H A DMCAsmStreamer.cpp26 #include "llvm/MC/MCSectionMachO.h"
551 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
/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,
H A DMCContext.h42 class MCSectionMachO;
166 StringMap<const MCSectionMachO*> MachOUniquingMap;
253 const MCSectionMachO *getMachOSection(StringRef Segment,
258 const MCSectionMachO *getMachOSection(StringRef Segment,
/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h28 class MCSectionMachO;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp18 #include "llvm/MC/MCSectionMachO.h"
272 const MCSectionMachO &Section = static_cast<const MCSectionMachO &>(
H A DAArch64AsmBackend.cpp18 #include "llvm/MC/MCSectionMachO.h"
340 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp31 #include "llvm/MC/MCSectionMachO.h"
486 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
494 const MCSectionMachO *S =
525 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
535 const MCSectionMachO *S =
558 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp17 #include "llvm/MC/MCSectionMachO.h"
434 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>(
576 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp22 #include "llvm/MC/MCSectionMachO.h"
771 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
776 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
H A DX86MachObjectWriter.cpp17 #include "llvm/MC/MCSectionMachO.h"
231 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>(
/external/clang/lib/Basic/
H A DTargets.cpp28 #include "llvm/MC/MCSectionMachO.h"
191 // Let MCSectionMachO validate this.
195 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section,

Completed in 3716 milliseconds