Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h25 uint8_t SectionType; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp120 MachO::SectionType SectionType = getType(); in printSwitchToSection() local
197 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst920 SectionType section in Enumerators
918 .. _SectionType: global() target
985 EmulatorInstructionOptionSectionType global() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h55 enum SectionType { enum
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp192 auto SectionType = [](StringRef Name, in CreateSections() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp169 WasmYAML::SectionType SectionType; in mapping() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1199 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2047 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
2055 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
2156 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h698 enum SectionType { enum
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp208 DWARFContext::DWARFContextState::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h2095 UINT8 SectionType[16]; member
2110 UINT8 SectionType[16]; member
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h701 UINT8 SectionType[16]; member
H A DAcpi50.h1372 UINT8 SectionType[16]; member
H A DAcpi51.h1388 UINT8 SectionType[16]; member
H A DAcpi60.h1572 UINT8 SectionType[16]; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h122 enum SectionType : uint32_t { enum