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

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 18 #include "llvm/MC/MCSectionMachO.h"
23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
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.
Android.mk 37 MCSectionMachO.cpp \
MachObjectWriter.cpp 19 #include "llvm/MC/MCSectionMachO.h"
202 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec);
454 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section);
469 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section);
484 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section);
799 const auto &Sec = cast<MCSectionMachO>(Section)
    [all...]
MCContext.cpp 21 #include "llvm/MC/MCSectionMachO.h"
270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section,
286 MCSectionMachO *&Entry = MachOUniquingMap[Name];
295 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO(
MCMachOStreamer.cpp 24 #include "llvm/MC/MCSectionMachO.h"
123 static bool canGoAfterDWARF(const MCSectionMachO &MSec) {
153 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section);
MCAsmStreamer.cpp 26 #include "llvm/MC/MCSectionMachO.h"
593 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.
25 class MCSectionMachO final : public MCSection {
37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
MCContext.h 42 class MCSectionMachO;
77 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
206 StringMap<MCSectionMachO *> MachOUniquingMap;
308 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
313 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 20 #include "llvm/MC/MCSectionMachO.h"
117 static bool canUseLocalRelocation(const MCSectionMachO &Section,
130 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection());
295 const MCSectionMachO &Section =
296 static_cast<const MCSectionMachO &>(*Fragment->getParent());
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 28 class MCSectionMachO;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 32 #include "llvm/MC/MCSectionMachO.h"
494 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
502 MCSectionMachO *S = getContext().getMachOSection(
532 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
542 MCSectionMachO *S =
766 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 18 #include "llvm/MC/MCSectionMachO.h"
226 const MCSectionMachO &Section =
227 static_cast<const MCSectionMachO &>(*Fragment->getParent());
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 20 #include "llvm/MC/MCSectionMachO.h"
443 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>(
585 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 44 #include "llvm/MC/MCSectionMachO.h"
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 29 #include "llvm/MC/MCSectionMachO.h"
231 // Let MCSectionMachO validate this.
235 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section,
    [all...]

Completed in 899 milliseconds