Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp119 MachO::SectionType SectionType = getType(); printSwitchToSection() local
202 StringRef SectionType = GetEmptyOrTrim(2); ParseSectionSpecifier() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h25 uint8_t SectionType; member
/freebsd-src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst918 .. _SectionType: target
920 SectionType section in Enumerators
985 .. _EmulatorInstructionOption:
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h52 enum SectionType { global() enum
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp192 auto SectionType = [](StringRef Name, in CreateSections() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp168 WasmYAML::SectionType SectionType; mapping() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1182 uint16_t SectionType = Sec.getSectionType(); printSectionHeaders() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h695 enum SectionType { global() enum
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp208 DWARFContext::DWARFContextState::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo() argument
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dactbl1.h2095 UINT8 SectionType[16]; global() member
2110 UINT8 SectionType[16]; global() member
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h122 enum SectionType : uint32_t { enum