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

  /external/llvm/lib/MC/
MCSectionMachO.cpp 102 MachO::SectionType SectionType = getType();
103 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
104 "Invalid SectionType specified!");
106 if (SectionTypeDescriptors[SectionType].AssemblerName) {
108 OS << SectionTypeDescriptors[SectionType].AssemblerName;
185 StringRef SectionType = GetEmptyOrTrim(2);
206 if (SectionType.empty())
214 SectionType == Descriptor.AssemblerName;
260 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 436 MachO::SectionType SectionType = Current->getType();
437 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS &&
438 SectionType != MachO::S_LAZY_SYMBOL_POINTERS &&
439 SectionType != MachO::S_SYMBOL_STUBS)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 744 unsigned SectionType = Flags & MachO::SECTION_TYPE;
746 !(SectionType == MachO::S_ZEROFILL ||
747 SectionType == MachO::S_GB_ZEROFILL);
754 unsigned SectionType = Flags & MachO::SECTION_TYPE;
756 (SectionType == MachO::S_ZEROFILL ||
757 SectionType == MachO::S_GB_ZEROFILL);
779 unsigned SectionType = Flags & MachO::SECTION_TYPE;
780 Res = SectionType == MachO::S_ZEROFILL ||
781 SectionType == MachO::S_GB_ZEROFILL;
    [all...]
  /external/lldb/include/lldb/
lldb-enumerations.h 486 typedef enum SectionType
525 } SectionType;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 239 milliseconds