Home
last modified time | relevance | path

Searched refs:SectionTypeDescriptors (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCSectionMachO.cpp21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE+1] = { variable
108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
213 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors), in ParseSectionSpecifier()
214 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()
220 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionMachO.cpp21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable
120 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in PrintSwitchToSection()
122 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
225 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors), in ParseSectionSpecifier()
226 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()
231 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
235 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionMachO.cpp21 } SectionTypeDescriptors[MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1] = { variable
108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
231 if (SectionTypeDescriptors[TypeID].AssemblerName && in ParseSectionSpecifier()
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()