|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 272 ELF::SHF_EXCLUDE);
lib/MC/ELFObjectWriter.cpp 1161 ELF::SHF_EXCLUDE, 16, "");
1191 ELF::SHF_EXCLUDE);
lib/MC/MCObjectFileInfo.cpp 450 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE);
452 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE);
454 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE);
457 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1, "");
459 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE);
461 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE);
463 DebugSecType, ELF::SHF_EXCLUDE);
465 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE);
lib/MC/MCParser/ELFAsmParser.cpp 294 flags |= ELF::SHF_EXCLUDE;
lib/MC/MCSectionELF.cpp 78 if (Flags & ELF::SHF_EXCLUDE)
89 if (Flags & ELF::SHF_EXCLUDE)
lib/ObjectYAML/ELFYAML.cpp 517 BCase(SHF_EXCLUDE);
tools/lld/ELF/InputFiles.cpp 521 if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) {
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 93 const uint64_t PreserveMask = ELF::SHF_COMPRESSED | ELF::SHF_EXCLUDE |
tools/llvm-readobj/ELFDumper.cpp 1134 ENUM_ENT(SHF_EXCLUDE, "E"),
1192 case ELF::SHF_EXCLUDE: