/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 92 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 D | MCAsmInfoDarwin.cpp | 23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
|
H A D | MachObjectWriter.cpp | 136 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 D | MCMachOStreamer.cpp | 485 cast<MCSectionMachO>(Sec).allocAtoms(); in finishImpl() 491 cast<MCSectionMachO>(Sec).setAtom(I++, CurrentAtom); in finishImpl()
|
H A D | MCFragment.cpp | 86 return cast<MCSectionMachO>(Parent)->getAtom(LayoutOrder); in getAtom()
|
H A D | MCContext.cpp | 489 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 514 MCSectionMachO(Segment, Name.substr(Name.size() - Section.size()), in getMachOSection()
|
H A D | MCAsmStreamer.cpp | 1109 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 123 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 D | MCSectionMachO.h | 24 class MCSectionMachO final : public MCSection { 42 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
H A D | MCContext.h | 58 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 D | X86MachObjectWriter.cpp | 221 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 D | DarwinAsmParser.cpp | 553 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 D | TargetLoweringObjectFileImpl.cpp | 1257 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 D | AddressSanitizer.cpp | 2116 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 950 SRCS_MIN+= MC/MCSectionMachO.cpp
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2847 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()
|