Home
last modified time | relevance | path

Searched refs:hasAltEntry (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h69 : sectionKind(kind), keepUnique(false), hasAltEntry(false), align(align), in InputSection()
73 : sectionKind(rhs.sectionKind), keepUnique(false), hasAltEntry(false), in InputSection()
86 bool hasAltEntry : 1; variable
H A DICF.cpp428 !isec->keepUnique && !isec->hasAltEntry && in foldIdenticalSections()
H A DInputFiles.cpp899 isec->hasAltEntry = symbolOffset != 0; in parseSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h747 bool hasAltEntry() const { return HasAltEntry; } in hasAltEntry() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2153 if (MAI->hasAltEntry() && isa<MCBinaryExpr>(Expr)) in emitGlobalAlias()