Searched defs:SectionTypeDescriptors (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp16 /// SectionTypeDescriptors - These are strings that describe the various section
21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE+1] = { variable in typeref:struct:__anon25892
50 /// attributes. Unlike the SectionTypeDescriptors, this is not directly indexed
106 if (SectionTypeDescriptors[SectionType].AssemblerName) {
108 OS << SectionTypeDescriptors[SectionType].AssemblerName;
211 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors),
212 [&](decltype(*SectionTypeDescriptors) &Descriptor) {
218 if (TypeDescriptor == std::end(SectionTypeDescriptors))
222 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors);
[all...]

Completed in 290 milliseconds