Home
last modified time | relevance | path

Searched refs:SHF_EXCLUDE (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp500 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
502 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
504 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
507 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1); in initELFMCObjectFileInfo()
509 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
511 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
513 DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
515 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
517 Ctx->getELFSection(".debug_macinfo.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
519 Ctx->getELFSection(".debug_macro.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
[all …]
H A DMCSectionELF.cpp76 if (Flags & ELF::SHF_EXCLUDE) in printSwitchToSection()
87 if (Flags & ELF::SHF_EXCLUDE) in printSwitchToSection()
H A DMCELFStreamer.cpp472 ELF::SHF_EXCLUDE, /*sizeof(Elf_CGProfile_Impl<>)=*/8); in finalizeCGProfile()
H A DELFObjectWriter.cpp1044 ELF::SHF_EXCLUDE); in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp85 NewFlags |= ELF::SHF_EXCLUDE; in getNewShfFlags()
105 ~ELF::SHF_EXCLUDE & in getSectionFlagsPreserveMask()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp300 flags |= ELF::SHF_EXCLUDE; in parseSectionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1199 SHF_EXCLUDE = 0x80000000U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp311 ELF::SHF_EXCLUDE); in emitModuleMetadata()
543 Flags |= ELF::SHF_EXCLUDE; in getELFSectionFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1360 .Case(CASE_ENT(SHF_EXCLUDE)) in parseFlag()
H A DInputFiles.cpp792 if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) { in initializeSections()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1067 _ELF_DEFINE_SHF(SHF_EXCLUDE, 0x80000000UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp766 BCase(SHF_EXCLUDE); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1324 ENUM_ENT(SHF_EXCLUDE, "E"),
4584 {SHF_COMPRESSED, "COMPRESSED"}, {SHF_EXCLUDE, "EXCLUDE"}}; in printSectionDetails()