|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 3131 auto Flags = ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER;
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 598 Flags |= ELF::SHF_LINK_ORDER;
702 Flags |= ELF::SHF_LINK_ORDER;
lib/MC/ELFObjectWriter.cpp 1049 if (Section.getFlags() & ELF::SHF_LINK_ORDER) {
lib/MC/MCObjectFileInfo.cpp 862 unsigned Flags = ELF::SHF_LINK_ORDER;
lib/MC/MCParser/ELFAsmParser.cpp 303 flags |= ELF::SHF_LINK_ORDER;
570 if (Flags & ELF::SHF_LINK_ORDER)
lib/MC/MCSectionELF.cpp 103 if (Flags & ELF::SHF_LINK_ORDER)
174 if (Flags & ELF::SHF_LINK_ORDER) {
lib/ObjectYAML/ELFYAML.cpp 522 BCase(SHF_LINK_ORDER);
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp 1230 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER,
tools/lld/ELF/ICF.cpp 173 if (s->flags & SHF_LINK_ORDER)
tools/lld/ELF/InputFiles.cpp 594 if (!(sec.sh_flags & SHF_LINK_ORDER))
tools/lld/ELF/InputSection.cpp 278 assert(flags & SHF_LINK_ORDER);
tools/lld/ELF/LinkerScript.cpp 649 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) {
698 if (depSec->flags & SHF_LINK_ORDER)
710 if (config->relocatable && (isec->flags & SHF_LINK_ORDER))
tools/lld/ELF/MarkLive.cpp 257 if (sec->flags & SHF_LINK_ORDER)
358 bool isLinkOrder = (sec->flags & SHF_LINK_ORDER);
tools/lld/ELF/OutputSections.cpp 117 unsigned mask = SHF_TLS | SHF_LINK_ORDER;
358 if (flags & SHF_LINK_ORDER) {
tools/lld/ELF/SyntheticSections.cpp 3150 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX,
tools/lld/ELF/Writer.cpp 1508 if (!(sec->flags & SHF_LINK_ORDER))
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 94 ELF::SHF_GROUP | ELF::SHF_LINK_ORDER |
tools/llvm-readobj/ELFDumper.cpp 1139 ENUM_ENT(SHF_LINK_ORDER, "L"),
1188 case ELF::SHF_LINK_ORDER: