Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/MC/
HDMCSectionMachO.cpp105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection() local
226 StringRef SectionType = Comma.first; in ParseSectionSpecifier() local
/trueos/contrib/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp431 unsigned SectionType = Current->getType(); in ParseDirectiveIndirectSymbol() local
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h493 typedef enum SectionType enum
532 } SectionType; typedef
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp761 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionZeroInit() local
/trueos/sys/contrib/dev/acpica/include/
HDactbl1.h724 UINT8 SectionType[16]; member
/trueos/contrib/llvm/include/llvm/Support/
HDMachO.h150 enum SectionType { enum