Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionMachO.cpp119 MachO::SectionType SectionType = getType(); in printSwitchToSection() local
202 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h25 uint8_t SectionType; member
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h52 enum SectionType { enum
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst916 .. _SectionType: target
918 SectionType subsection
983 .. _EmulatorInstructionOption:
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp167 WasmYAML::SectionType SectionType; in mapping() local
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1181 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders() local
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2040 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
2048 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
2149 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/openbsd/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp625 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; in findMachOIndirectCovFunctions() local
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h659 enum SectionType { enum
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp269 DWARFContext::parseMacroOrMacinfo(MacroSecType SectionType) { in parseMacroOrMacinfo()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h122 enum SectionType : uint32_t { enum