Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp110 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local
193 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DObject.h25 uint8_t SectionType; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h53 enum SectionType { enum
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp483 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp158 unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE; in createNormalizedSections() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp165 WasmYAML::SectionType SectionType; in mapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2024 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
2032 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
2051 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp518 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp616 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; in findMachOIndirectCovFunctions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp264 DWARFContext::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h1987 UINT8 SectionType[16]; global() member
2002 UINT8 SectionType[16]; global() member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h120 enum SectionType : uint32_t { enum