/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 83 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()
|
D | MCAsmInfoDarwin.cpp | 23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
|
D | MachObjectWriter.cpp | 220 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()
|
D | MCMachOStreamer.cpp | 122 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() 153 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
|
D | CMakeLists.txt | 39 MCSectionMachO.cpp
|
D | MCContext.cpp | 286 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()
|
D | MCAsmStreamer.cpp | 847 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 24 class MCSectionMachO final : public MCSection { 36 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
D | MCContext.h | 52 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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 910 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/ |
D | X86MachObjectWriter.cpp | 230 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/ |
D | DarwinAsmParser.cpp | 552 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/ |
D | Android.bp | 507 "llvm/lib/MC/MCSectionMachO.cpp",
|
D | BUILD.gn | 622 "llvm/lib/MC/MCSectionMachO.cpp",
|
D | CMakeLists.txt | 509 ${LLVM_DIR}/lib/MC/MCSectionMachO.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1883 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
|