Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
98 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign()
166 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection()
177 Error MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
H A DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
H A DMachObjectWriter.cpp220 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
489 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
505 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
521 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
852 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
1016 const MCSectionMachO &Section = in writeObject()
1017 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
H A DMCMachOStreamer.cpp122 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
153 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in changeSection()
H A DCMakeLists.txt41 MCSectionMachO.cpp
H A DMCContext.cpp414 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
439 MCSectionMachO(Segment, Name.substr(Name.size() - Section.size()), in getMachOSection()
H A DMCAsmStreamer.cpp968 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp124 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation()
137 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation()
302 const MCSectionMachO &Section = in recordRelocation()
303 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h24 class MCSectionMachO final : public MCSection {
35 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
H A DMCContext.h55 class MCSectionMachO; variable
116 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
323 StringMap<MCSectionMachO *> MachOUniquingMap;
525 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
530 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/netbsd-src/external/apache2/llvm/lib/libLLVMMC/
H A DMakefile49 MCSectionMachO.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn53 "MCSectionMachO.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp230 const MCSectionMachO &Section = in RecordX86_64Relocation()
231 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp553 const MCSectionMachO *Current = static_cast<const MCSectionMachO *>( in parseDirectiveIndirectSymbol()
693 if (class Error E = MCSectionMachO::ParseSectionSpecifier( in parseDirectiveSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1175 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata()
1183 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1219 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal()
1228 MCSectionMachO *S = in getExplicitSectionGlobal()
1467 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1985 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst684 subclassed by object file specific implementations (e.g. ``MCSectionMachO``,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3021 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()