/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 72 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()
|
D | MCAsmInfoDarwin.cpp | 23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
|
D | MachObjectWriter.cpp | 221 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection()); in WriteSection() 473 const MCSectionMachO &Section = in BindIndirectSymbols() 474 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols() 489 const MCSectionMachO &Section = in BindIndirectSymbols() 490 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols() 505 const MCSectionMachO &Section = in BindIndirectSymbols() 506 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols() 977 const MCSectionMachO &Section = in WriteObject() 978 static_cast<const MCSectionMachO&>(it->SectionData->getSection()); in WriteObject()
|
D | MCMachOStreamer.cpp | 126 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() 156 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
|
D | CMakeLists.txt | 34 MCSectionMachO.cpp
|
D | MCContext.cpp | 236 const MCSectionMachO * 252 const MCSectionMachO *&Entry = MachOUniquingMap[Name]; in getMachOSection() 261 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection()
|
D | Android.mk | 36 MCSectionMachO.cpp \
|
D | MCAsmStreamer.cpp | 554 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 26 class MCSectionMachO : public MCSection { 38 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
D | MCContext.h | 40 class MCSectionMachO; variable 199 StringMap<const MCSectionMachO*> MachOUniquingMap; 292 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 297 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 116 static bool canUseLocalRelocation(const MCSectionMachO &Section, in canUseLocalRelocation() 129 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation() 290 const MCSectionMachO &Section = static_cast<const MCSectionMachO &>( in RecordRelocation()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 163 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 434 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>( in parseDirectiveIndirectSymbol() 576 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 515 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags() 523 const MCSectionMachO *S = in emitModuleFlags() 554 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal() 564 const MCSectionMachO *S = in getExplicitSectionGlobal()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 28 class MCSectionMachO; variable
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 222 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>( in RecordX86_64Relocation()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1165 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 229 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, in isValidSectionSpecifier()
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 1161 + MCSectionMachO.cpp \
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 686 subclassed by object file specific implementations (e.g. ``MCSectionMachO``,
|