Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h25 uint8_t SectionType; member
/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp120 MachO::SectionType SectionType = getType(); in printSwitchToSection() local
197 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h53 enum SectionType { global() enum
/llvm-project/lldb/docs/
H A Dpython_api_enums.rst918 .. _SectionType: target
920 SectionType section in Enumerators
985 .. _EmulatorInstructionOption:
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp82 enum SectionType { GOT, Stubs, AArch32Stubs, Other }; enum
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp192 auto SectionType = [](StringRef Name, in CreateSections() local
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp169 WasmYAML::SectionType SectionType; in mapping() local
/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1199 uint16_t SectionType = Sec.getSectionType(); printSectionHeaders() local
/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/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
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp613 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; findMachOIndirectCovFunctions() local
/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h698 enum SectionType { global() enum
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp208 parseMacroOrMacinfo(MacroSecType SectionType) parseMacroOrMacinfo() argument
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h122 enum SectionType : uint32_t { enum