Home
last modified time | relevance | path

Searched defs:SectionType (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp102 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local
185 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp289 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp436 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp573 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
581 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
/minix3/minix/drivers/power/acpi/include/
H A Dactbl1.h724 UINT8 SectionType[16]; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h156 enum SectionType : uint32_t { enum