Home
last modified time | relevance | path

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

123

/external/llvm/lib/MC/
DMCSectionMachO.cpp72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
92 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign()
160 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection()
171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
DMachObjectWriter.cpp202 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
456 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
472 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
488 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
803 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
955 const MCSectionMachO &Section = in writeObject()
956 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
DMCMachOStreamer.cpp125 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
155 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
DCMakeLists.txt36 MCSectionMachO.cpp
/external/llvm-project/llvm/lib/MC/
DMCSectionMachO.cpp83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
98 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign()
166 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection()
177 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
DMachObjectWriter.cpp220 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
489 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
505 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
521 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
852 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
1016 const MCSectionMachO &Section = in writeObject()
1017 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
DMCMachOStreamer.cpp122 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
153 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in changeSection()
DCMakeLists.txt40 MCSectionMachO.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionMachO.cpp83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() function in MCSectionMachO
103 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
167 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign()
171 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection()
182 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier()
DMCAsmInfoDarwin.cpp23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
DMachObjectWriter.cpp220 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection()
489 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
505 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
521 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols()
852 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject()
1016 const MCSectionMachO &Section = in writeObject()
1017 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
DMCMachOStreamer.cpp122 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF()
153 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
DCMakeLists.txt39 MCSectionMachO.cpp
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionMachO.h24 class MCSectionMachO final : public MCSection {
35 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
DMCContext.h53 class MCSectionMachO; variable
97 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
282 StringMap<MCSectionMachO *> MachOUniquingMap;
463 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
468 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h24 class MCSectionMachO final : public MCSection {
36 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
DMCContext.h52 class MCSectionMachO; variable
95 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
270 StringMap<MCSectionMachO *> MachOUniquingMap;
412 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
417 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/external/llvm/include/llvm/MC/
DMCSectionMachO.h25 class MCSectionMachO final : public MCSection {
37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
DMCContext.h43 class MCSectionMachO; variable
81 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator;
219 StringMap<MCSectionMachO *> MachOUniquingMap;
330 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
335 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp124 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()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp117 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation()
130 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation()
295 const MCSectionMachO &Section = in recordRelocation()
296 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in recordRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp124 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()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp517 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()
525 MCSectionMachO *S = getContext().getMachOSection( in emitModuleFlags()
555 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
565 MCSectionMachO *S = in getExplicitSectionGlobal()
788 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()

123