Home
last modified time | relevance | path

Searched refs:MCSectionMachO (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/MC/
DMCSectionMachO.cpp72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
92 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign()
160 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection()
171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
DMachObjectWriter.cpp221 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection()); in WriteSection()
473 const MCSectionMachO &Section = in BindIndirectSymbols()
474 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
489 const MCSectionMachO &Section = in BindIndirectSymbols()
490 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
505 const MCSectionMachO &Section = in BindIndirectSymbols()
506 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
977 const MCSectionMachO &Section = in WriteObject()
978 static_cast<const MCSectionMachO&>(it->SectionData->getSection()); in WriteObject()
DMCMachOStreamer.cpp126 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
156 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
DCMakeLists.txt34 MCSectionMachO.cpp
DMCContext.cpp236 const MCSectionMachO *
252 const MCSectionMachO *&Entry = MachOUniquingMap[Name]; in getMachOSection()
261 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
DAndroid.mk36 MCSectionMachO.cpp \
DMCAsmStreamer.cpp554 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h26 class MCSectionMachO : public MCSection {
38 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
DMCContext.h40 class MCSectionMachO; variable
199 StringMap<const MCSectionMachO*> MachOUniquingMap;
292 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
297 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp116 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation()
129 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation()
290 const MCSectionMachO &Section = static_cast<const MCSectionMachO &>( in RecordRelocation()
/external/llvm/lib/Target/
DTargetMachine.cpp163 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp434 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>( in parseDirectiveIndirectSymbol()
576 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp515 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()
523 const MCSectionMachO *S = in emitModuleFlags()
554 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
564 const MCSectionMachO *S = in getExplicitSectionGlobal()
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h28 class MCSectionMachO; variable
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp222 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>( in RecordX86_64Relocation()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1165 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
/external/clang/lib/Basic/
DTargets.cpp229 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, in isValidSectionSpecifier()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1161 + MCSectionMachO.cpp \
/external/llvm/docs/
DCodeGenerator.rst686 subclassed by object file specific implementations (e.g. ``MCSectionMachO``,