/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 | 202 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()
|
D | MCMachOStreamer.cpp | 125 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() 155 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
|
D | CMakeLists.txt | 36 MCSectionMachO.cpp
|
D | MCContext.cpp | 267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 283 MCSectionMachO *&Entry = MachOUniquingMap[Name]; in getMachOSection() 292 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO( in getMachOSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
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()
|
D | MCAsmInfoDarwin.cpp | 24 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section); in isSectionAtomizableBySymbols()
|
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() 989 const MCSectionMachO &Section = in writeObject() 990 static_cast<const MCSectionMachO &>(*it->Section); in writeObject()
|
D | MCMachOStreamer.cpp | 123 static bool canGoAfterDWARF(const MCSectionMachO &MSec) { in canGoAfterDWARF() 154 const MCSectionMachO &MSec = *cast<MCSectionMachO>(Section); in ChangeSection()
|
D | CMakeLists.txt | 39 MCSectionMachO.cpp
|
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 25 class MCSectionMachO final : public MCSection { 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
D | MCContext.h | 51 class MCSectionMachO; variable 93 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator; 250 StringMap<MCSectionMachO *> MachOUniquingMap; 381 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 386 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 25 class MCSectionMachO final : public MCSection { 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
|
D | MCContext.h | 43 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/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 117 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/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 517 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 715 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleMetadata() 723 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 752 MCSectionMachO::ParseSectionSpecifier(GO->getSection(), Segment, Section, in getExplicitSectionGlobal() 762 MCSectionMachO *S = in getExplicitSectionGlobal() 984 const MCSectionMachO &SMO = cast<MCSectionMachO>(Section); in canUsePrivateLabel()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 27 class MCSectionMachO; variable
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 472 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>( in parseDirectiveIndirectSymbol() 615 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 548 const MCSectionMachO *Current = static_cast<const MCSectionMachO *>( in parseDirectiveIndirectSymbol() 689 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 231 const MCSectionMachO &Section = in RecordX86_64Relocation() 232 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 231 const MCSectionMachO &Section = in RecordX86_64Relocation() 232 static_cast<const MCSectionMachO &>(*Fragment->getParent()); in RecordX86_64Relocation()
|