/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 92 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 D | MCAsmInfoDarwin.cpp | 23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
|
H A D | MachObjectWriter.cpp | 222 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() 897 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject() 1066 const MCSectionMachO &Section = in writeObject() 1067 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
|
H A D | MCMachOStreamer.cpp | 139 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() 171 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in changeSection()
|
H A D | CMakeLists.txt | 45 MCSectionMachO.cpp
|
H A D | MCContext.cpp | 435 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 460 MCSectionMachO(Segment, Name.substr(Name.size() - Section.size()), in getMachOSection()
|
H A D | MCAsmStreamer.cpp | 1025 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 24 class MCSectionMachO final : public MCSection { 35 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
H A D | MCContext.h | 55 class MCSectionMachO; variable 135 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator; 345 StringMap<MCSectionMachO *> MachOUniquingMap; 551 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 556 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 124 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()
|
/openbsd/gnu/usr.bin/clang/libLLVMMC/ |
H A D | Makefile | 51 MCSectionMachO.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/ |
H A D | BUILD.gn | 59 "MCSectionMachO.cpp",
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 230 const MCSectionMachO &Section = in RecordX86_64Relocation() 231 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1253 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata() 1261 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1297 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal() 1306 MCSectionMachO *S = in getExplicitSectionGlobal()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1853 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 684 subclassed by object file specific implementations (e.g. ``MCSectionMachO``,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3307 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()
|
/openbsd/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 2153 ./usr/include/llvm/MC/MCSectionMachO.h
|
H A D | clang.arm64 | 2153 ./usr/include/llvm/MC/MCSectionMachO.h
|
H A D | clang.armv7 | 2151 ./usr/include/llvm/MC/MCSectionMachO.h
|
H A D | clang.i386 | 2151 ./usr/include/llvm/MC/MCSectionMachO.h
|
H A D | clang.loongson | 2152 ./usr/include/llvm/MC/MCSectionMachO.h
|
H A D | clang.macppc | 2152 ./usr/include/llvm/MC/MCSectionMachO.h
|
H A D | clang.octeon | 2152 ./usr/include/llvm/MC/MCSectionMachO.h
|