Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h25 uint8_t SectionType; member
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionMachO.cpp117 MachO::SectionType SectionType = getType(); in printSwitchToSection() local
200 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h52 enum SectionType { enum
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst916 .. _SectionType: target
918 SectionType section in Enumerators
983 .. _EmulatorInstructionOption:
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp905 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders() local
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp167 WasmYAML::SectionType SectionType; in mapping() local
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2031 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
2039 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
2105 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp520 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp639 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; in findMachOIndirectCovFunctions() local
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h654 enum SectionType { enum
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp270 DWARFContext::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h120 enum SectionType : uint32_t { enum