Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
DMCContext.cpp286 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
301 MCSectionMachO *&Entry = MachOUniquingMap[Name]; in getMachOSection()
310 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO( in getMachOSection()
DMCAsmStreamer.cpp847 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill()
/third_party/skia/third_party/externals/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,
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp910 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleMetadata()
918 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
947 MCSectionMachO::ParseSectionSpecifier(GO->getSection(), Segment, Section, in getExplicitSectionGlobal()
957 MCSectionMachO *S = in getExplicitSectionGlobal()
1196 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp230 const MCSectionMachO &Section = in RecordX86_64Relocation()
231 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp552 const MCSectionMachO *Current = static_cast<const MCSectionMachO *>( in parseDirectiveIndirectSymbol()
693 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp507 "llvm/lib/MC/MCSectionMachO.cpp",
DBUILD.gn622 "llvm/lib/MC/MCSectionMachO.cpp",
DCMakeLists.txt509 ${LLVM_DIR}/lib/MC/MCSectionMachO.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1883 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()