Searched defs:SectionType (Results 1 – 7 of 7) sorted by relevance
104 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local187 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
913 Section_t * FindSection(int SectionType) in FindSection()929 int RemoveSectionType(int SectionType) in RemoveSectionType()997 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection()
486 typedef enum SectionType enum525 } SectionType; typedef
436 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
318 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
608 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local616 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
156 enum SectionType : uint32_t { enum