Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
108 void MCSectionMachO::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection()
172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign()
181 Error MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
290 void MCSectionMachO::allocAtoms() { in allocAtoms()
296 const MCSymbol *MCSectionMachO::getAtom(size_t I) const { in getAtom()
300 void MCSectionMachO::setAtom(size_t I, const MCSymbol *Sym) { Atoms[I] = Sym; } in setAtom()
H A DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
H A DMachObjectWriter.cpp136 unsigned Next = cast<MCSectionMachO>(Sec)->getLayoutOrder() + 1; in getPaddingSize()
263 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
531 const MCSectionMachO &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols()
545 const auto &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols()
559 const auto &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols()
684 cast<MCSectionMachO>(Sec).setLayoutOrder(i++); in computeSectionAddresses()
690 cast<MCSectionMachO>(Sec).setLayoutOrder(i++); in computeSectionAddresses()
906 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
913 if (!cast<MCSectionMachO>(Sec).isVirtualSection() && in writeObject()
1081 const MCSectionMachO &Section = in writeObject()
[all …]
H A DMCMachOStreamer.cpp485 cast<MCSectionMachO>(Sec).allocAtoms(); in finishImpl()
491 cast<MCSectionMachO>(Sec).setAtom(I++, CurrentAtom); in finishImpl()
H A DMCFragment.cpp86 return cast<MCSectionMachO>(Parent)->getAtom(LayoutOrder); in getAtom()
H A DMCContext.cpp489 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
514 MCSectionMachO(Segment, Name.substr(Name.size() - Section.size()), in getMachOSection()
H A DMCAsmStreamer.cpp1109 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp123 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation()
136 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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h24 class MCSectionMachO final : public MCSection {
42 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
H A DMCContext.h58 class MCSectionMachO; variable
145 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
322 StringMap<MCSectionMachO *> MachOUniquingMap;
539 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
544 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp221 const MCSectionMachO &Section = in RecordX86_64Relocation()
222 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1257 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata()
1265 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1310 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal()
1319 MCSectionMachO *S = in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2116 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
/freebsd/lib/clang/libllvm/
H A DMakefile950 SRCS_MIN+= MC/MCSectionMachO.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2847 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()