Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionMachO.cpp110 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local
193 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.h25 uint8_t SectionType; member
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst916 .. _SectionType: target
918 SectionType section in Enumerators
983 .. _EmulatorInstructionOption:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h53 enum SectionType { enum
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp535 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp165 WasmYAML::SectionType SectionType; in mapping() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp2023 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
2031 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
2057 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp518 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h646 enum SectionType { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp264 DWARFContext::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dactbl1.h1710 UINT8 SectionType[16]; member
1725 UINT8 SectionType[16]; member
/freebsd-12-stable/sys/contrib/edk2/Include/IndustryStandard/
DAcpi40.h707 UINT8 SectionType[16]; member
DAcpi50.h1377 UINT8 SectionType[16]; member
DAcpi51.h1393 UINT8 SectionType[16]; member
DAcpi60.h1577 UINT8 SectionType[16]; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h120 enum SectionType : uint32_t { enum