| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 84 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO 104 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 168 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() 172 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection() 183 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
|
| H A D | MCAsmInfoDarwin.cpp | 24 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
|
| H A D | MachObjectWriter.cpp | 219 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection() 473 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols() 489 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols() 505 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols() 835 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject() 998 const MCSectionMachO &Section = in writeObject() 999 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
|
| H A D | MCMachOStreamer.cpp | 123 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() 154 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
|
| H A D | MCContext.cpp | 273 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 288 MCSectionMachO *&Entry = MachOUniquingMap[Name]; in getMachOSection() 297 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO( in getMachOSection()
|
| H A D | MCAsmStreamer.cpp | 802 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 125 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation() 138 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation() 303 const MCSectionMachO &Section = in recordRelocation() 304 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in recordRelocation()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSectionMachO.h | 25 class MCSectionMachO final : public MCSection { 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
| H A D | MCContext.h | 51 class MCSectionMachO; variable 93 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator; 250 StringMap<MCSectionMachO *> MachOUniquingMap; 377 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 382 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 884 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleMetadata() 892 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 921 MCSectionMachO::ParseSectionSpecifier(GO->getSection(), Segment, Section, in getExplicitSectionGlobal() 931 MCSectionMachO *S = in getExplicitSectionGlobal() 1172 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 231 const MCSectionMachO &Section = in RecordX86_64Relocation() 232 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 553 const MCSectionMachO *Current = static_cast<const MCSectionMachO *>( in parseDirectiveIndirectSymbol() 694 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 123 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, in isValidSectionSpecifier()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1732 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 683 SRCS_MIN+= MC/MCSectionMachO.cpp
|