Searched defs:SectionType (Results 1 – 14 of 14) sorted by relevance
116 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local199 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
104 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local187 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes }; enum
130 WasmYAML::SectionType SectionType; in mapping() local
686 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local694 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
474 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
403 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
1974 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local1982 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local1994 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
454 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
550 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
698 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; in findMachOIndirectCovFunctions() local
115 enum SectionType : uint32_t { enum