Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
107 void MCSectionMachO::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection()
171 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign()
175 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection()
186 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.cpp222 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
490 const MCSectionMachO &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols()
506 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
522 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
885 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
1054 const MCSectionMachO &Section = in writeObject()
1055 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
H A DMCMachOStreamer.cpp138 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
170 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in changeSection()
H A DMCContext.cpp437 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
462 MCSectionMachO(Segment, Name.substr(Name.size() - Section.size()), in getMachOSection()
H A DMCAsmStreamer.cpp1093 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill()
/freebsd-14.2/contrib/llvm-project/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
135 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
345 StringMap<MCSectionMachO *> MachOUniquingMap;
553 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
558 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/freebsd-14.2/contrib/llvm-project/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()
300 const MCSectionMachO &Section = in recordRelocation()
301 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in recordRelocation()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1254 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata()
1262 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1312 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal()
1321 MCSectionMachO *S = in getExplicitSectionGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2024 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile931 SRCS_MIN+= MC/MCSectionMachO.cpp
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3337 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()