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

/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp16 /// SectionTypeDescriptors - These are strings that describe the various section
21 } SectionTypeDescriptors[MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1] = { variable in typeref:struct:__anon10352
50 /// attributes. Unlike the SectionTypeDescriptors, this is not directly indexed
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
231 if (SectionTypeDescriptors[TypeID].AssemblerName &&
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)

Completed in 160 milliseconds