| /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 | 129 unsigned Next = cast<MCSectionMachO>(Sec)->getLayoutOrder() + 1; in getPaddingSize() 267 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection() 534 const MCSectionMachO &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols() 548 const auto &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols() 562 const auto &Section = cast<MCSectionMachO>(*ISD.Section); in bindIndirectSymbols() 687 cast<MCSectionMachO>(Sec).setLayoutOrder(i++); in computeSectionAddresses() 693 cast<MCSectionMachO>(Sec).setLayoutOrder(i++); in computeSectionAddresses() 911 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject() 918 if (!cast<MCSectionMachO>(Sec).isVirtualSection() && in writeObject() 1086 const MCSectionMachO &Section = in writeObject() [all …]
|
| H A D | MCMachOStreamer.cpp | 446 cast<MCSectionMachO>(Sec).allocAtoms(); in finishImpl() 452 cast<MCSectionMachO>(Sec).setAtom(I++, CurrentAtom); in finishImpl()
|
| H A D | MCFragment.cpp | 35 return cast<MCSectionMachO>(Parent)->getAtom(LayoutOrder); in getAtom()
|
| H A D | MCContext.cpp | 550 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 575 MCSectionMachO(Segment, Name.substr(Name.size() - Section.size()), in getMachOSection()
|
| H A D | MCAsmStreamer.cpp | 1117 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 122 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation() 135 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation() 287 const MCSectionMachO &Section = in recordRelocation() 288 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionMachO.h | 25 class LLVM_ABI MCSectionMachO final : public MCSection { 43 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
| H A D | MCContext.h | 59 class MCSectionMachO; variable 146 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator; 316 StringMap<MCSectionMachO *> MachOUniquingMap; 546 LLVM_ABI MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 551 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 224 const MCSectionMachO &Section = in RecordX86_64Relocation() 225 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 547 const MCSectionMachO *Current = static_cast<const MCSectionMachO *>( in parseDirectiveIndirectSymbol() 683 if (class Error E = MCSectionMachO::ParseSectionSpecifier( in parseDirectiveSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1321 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata() 1329 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1372 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal() 1381 MCSectionMachO *S = in getExplicitSectionGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2179 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1033 SRCS_MIN+= MC/MCSectionMachO.cpp
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3125 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23012 …MCSectionMachO const*>& llvm::StringMap<llvm::MCSectionMachO const*, llvm::MallocAllocator>::GetOr… 23283 …SectionMachOC1ENS_9StringRefES1_jjNS_11SectionKindE", "llvm::MCSectionMachO::MCSectionMachO(llvm::… 23284 …SectionMachOC2ENS_9StringRefES1_jjNS_11SectionKindE", "llvm::MCSectionMachO::MCSectionMachO(llvm::… 23285 …hO20PrintSwitchToSectionERKNS_9MCAsmInfoERNS_11raw_ostreamE", "llvm::MCSectionMachO::PrintSwitchTo… 23286 {"_ZNK4llvm14MCSectionMachO12UseCodeAlignEv", "llvm::MCSectionMachO::UseCodeAlign() const"}, 23287 {"_ZNK4llvm14MCSectionMachO16isVirtualSectionEv", "llvm::MCSectionMachO::isVirtualSection() const"}, 23288 …tionMachO21ParseSectionSpecifierENS_9StringRefERS1_S2_RjS3_", "llvm::MCSectionMachO::ParseSectionS… 23290 {"_ZN4llvm14MCSectionMachOD1Ev", "llvm::MCSectionMachO::~MCSectionMachO()"}, 23291 {"_ZN4llvm14MCSectionMachOD0Ev", "llvm::MCSectionMachO::~MCSectionMachO()"}, 26121 {"_ZTVN4llvm14MCSectionMachOE", "vtable for llvm::MCSectionMachO"},
|