Home
last modified time | relevance | path

Searched refs:SectionType (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/MC/
DMCSectionMachO.cpp105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection() local
106 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE && in PrintSwitchToSection()
109 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
111 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
226 StringRef SectionType = Comma.first; in ParseSectionSpecifier() local
227 StripSpaces(SectionType); in ParseSectionSpecifier()
233 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp431 unsigned SectionType = Current->getType(); in ParseDirectiveIndirectSymbol() local
432 if (SectionType != MCSectionMachO::S_NON_LAZY_SYMBOL_POINTERS && in ParseDirectiveIndirectSymbol()
433 SectionType != MCSectionMachO::S_LAZY_SYMBOL_POINTERS && in ParseDirectiveIndirectSymbol()
434 SectionType != MCSectionMachO::S_SYMBOL_STUBS) in ParseDirectiveIndirectSymbol()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dactbl1.h682 UINT8 SectionType[16]; member
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp761 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionZeroInit() local
762 Res = SectionType == MachO::S_ZEROFILL || in isSectionZeroInit()
763 SectionType == MachO::S_GB_ZEROFILL; in isSectionZeroInit()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DMachO.h150 enum SectionType { enum