Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.h67 : sectionKind(kind), keepUnique(false), hasAltEntry(false), align(align), in InputSection()
71 : sectionKind(rhs.sectionKind), keepUnique(false), hasAltEntry(false), in InputSection()
84 bool hasAltEntry : 1; variable
H A DICF.cpp428 !isec->keepUnique && !isec->hasAltEntry && in foldIdenticalSections()
H A DInputFiles.cpp884 isec->hasAltEntry = symbolOffset != 0; in parseSymbols()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h754 bool hasAltEntry() const { return HasAltEntry; } in hasAltEntry() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2001 if (MAI->hasAltEntry() && isa<MCBinaryExpr>(Expr)) in emitGlobalAlias()