Home
last modified time | relevance | path

Searched refs:SECTION_TYPE (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionMachO.h52 MachO::SECTION_TYPE); in getType()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionMachO.cpp278 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h70 return static_cast<MachO::SectionType>(Flags & MachO::SECTION_TYPE); in getType()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp80 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getMachOObjectFileSymbolInfo()
/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h252 return flags & llvm::MachO::SECTION_TYPE; in sectionType()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp89 switch (NSec.Flags & MachO::SECTION_TYPE) { in isZeroFillSection()
416 } else if ((NSec.Flags & MachO::SECTION_TYPE) == in graphifyRegularSymbols()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dbb-addr-map.test196 Type: [[SECTION_TYPE]]
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1780 return Flags & MachO::SECTION_TYPE; in getSectionType()
1947 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1952 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
2031 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData()
2039 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS()
2105 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp675 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
703 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
1453 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1456 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1543 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1546 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
3032 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
3053 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
3088 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()
3119 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()
[all …]
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp93 if (!MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE)) in constructSectionCommon()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp334 if (MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE)) in writeSectionData()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp639 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; in findMachOIndirectCovFunctions()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1432 uint32_t mach_sect_type = flags & SECTION_TYPE; in GetSectionType()
3269 symbol_section->Get() & SECTION_TYPE; in ParseSymtab()
4153 uint32_t section_type = symbol_section->Get() & SECTION_TYPE; in ParseSymtab()
4660 if ((m_mach_sections[sect_idx].flags & SECTION_TYPE) == in ParseSymtab()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h112 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE enumerator