HomeSort by relevance Sort by last modified time
    Searched refs:MCSectionMachO (Results 1 - 15 of 15) 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,
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.
Android.mk 39 MCSectionMachO.cpp \
MachObjectWriter.cpp 20 #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());
    [all...]
MCContext.cpp 20 #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,
MCAsmStreamer.cpp 26 #include "llvm/MC/MCSectionMachO.h"
551 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
    [all...]
  /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,
MCContext.h 42 class MCSectionMachO;
166 StringMap<const MCSectionMachO*> MachOUniquingMap;
253 const MCSectionMachO *getMachOSection(StringRef Segment,
258 const MCSectionMachO *getMachOSection(StringRef Segment,
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 28 class MCSectionMachO;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 18 #include "llvm/MC/MCSectionMachO.h"
272 const MCSectionMachO &Section = static_cast<const MCSectionMachO &>(
AArch64AsmBackend.cpp 18 #include "llvm/MC/MCSectionMachO.h"
340 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 31 #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);
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 17 #include "llvm/MC/MCSectionMachO.h"
434 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>(
576 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 22 #include "llvm/MC/MCSectionMachO.h"
771 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
776 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
X86MachObjectWriter.cpp 17 #include "llvm/MC/MCSectionMachO.h"
231 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>(
  /external/clang/lib/Basic/
Targets.cpp 28 #include "llvm/MC/MCSectionMachO.h"
191 // Let MCSectionMachO validate this.
195 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section,
    [all...]

Completed in 435 milliseconds