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

  /external/llvm/lib/MC/
MCSectionMachO.cpp 105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
106 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
107 "Invalid SectionType specified!");
109 if (SectionTypeDescriptors[SectionType].AssemblerName) {
111 OS << SectionTypeDescriptors[SectionType].AssemblerName;
226 StringRef SectionType = Comma.first;
227 StripSpaces(SectionType);
233 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
290 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
  /external/llvm/lib/Object/
MachOObjectFile.cpp 778 unsigned SectionType = Flags & MachO::SectionFlagMaskSectionType;
779 Res = SectionType == MachO::SectionTypeZeroFill ||
780 SectionType == MachO::SectionTypeZeroFillLarge;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 112 milliseconds