Home
last modified time | relevance | path

Searched refs:MCSectionMachO (Results 1 – 18 of 18) 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.cpp202 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
454 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
469 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
484 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
799 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
951 const MCSectionMachO &Section = in writeObject()
952 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
DMCMachOStreamer.cpp123 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
153 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
DCMakeLists.txt35 MCSectionMachO.cpp
DMCContext.cpp270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
286 MCSectionMachO *&Entry = MachOUniquingMap[Name]; in getMachOSection()
295 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO( in getMachOSection()
DAndroid.mk37 MCSectionMachO.cpp \
DMCAsmStreamer.cpp593 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h25 class MCSectionMachO final : public MCSection {
37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
DMCContext.h42 class MCSectionMachO; variable
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/
DAArch64MachObjectWriter.cpp117 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation()
130 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation()
295 const MCSectionMachO &Section = in recordRelocation()
296 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in recordRelocation()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp494 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()
502 MCSectionMachO *S = getContext().getMachOSection( in emitModuleFlags()
532 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
542 MCSectionMachO *S = in getExplicitSectionGlobal()
766 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h28 class MCSectionMachO; variable
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp443 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>( in parseDirectiveIndirectSymbol()
585 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp226 const MCSectionMachO &Section = in RecordX86_64Relocation()
227 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1238 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
/external/clang/lib/Basic/
DTargets.cpp235 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, in isValidSectionSpecifier()
/external/llvm/docs/
DCodeGenerator.rst686 subclassed by object file specific implementations (e.g. ``MCSectionMachO``,