HomeSort by relevance Sort by last modified time
    Searched defs:SectionType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCSectionMachO.cpp 104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
105 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
106 "Invalid SectionType specified!");
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
225 StringRef SectionType = Comma.first;
226 StripSpaces(SectionType);
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
289 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 256 unsigned SectionType = TEW->hasRelocationAddend() ?
264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment());
    [all...]

Completed in 84 milliseconds