Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObject.h25 uint8_t SectionType; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp120 MachO::SectionType SectionType = getType(); in printSwitchToSection() local
197 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst918 .. _SectionType: target
920 SectionType section in Enumerators
985 .. _EmulatorInstructionOption:
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h55 enum SectionType { enum
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
HDObjectFileCOFF.cpp192 auto SectionType = [](StringRef Name, in CreateSections() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmYAML.cpp169 WasmYAML::SectionType SectionType; in mapping() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.cpp1199 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.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-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h698 enum SectionType { enum
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp208 DWARFContext::DWARFContextState::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo()
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDactbl1.h2012 UINT8 SectionType[16]; member
2027 UINT8 SectionType[16]; member
/freebsd-14-stable/sys/contrib/edk2/Include/IndustryStandard/
HDAcpi40.h701 UINT8 SectionType[16]; member
HDAcpi50.h1372 UINT8 SectionType[16]; member
HDAcpi51.h1388 UINT8 SectionType[16]; member
HDAcpi60.h1572 UINT8 SectionType[16]; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h122 enum SectionType : uint32_t { enum