Home
last modified time | relevance | path

Searched refs:NonUniqueID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h91 bool isUnique() const { return UniqueID != NonUniqueID; } in isUnique()
H A DMCSection.h40 static constexpr unsigned NonUniqueID = ~0U; variable
H A DMCContext.h559 MCSection::NonUniqueID, nullptr); in getELFSection()
566 MCSection::NonUniqueID, nullptr); in getELFSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp590 if (GroupSym || LinkedToSym || UniqueID != MCSection::NonUniqueID) { in getELFSection()
633 MCSection::NonUniqueID, nullptr); in createELFGroupSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4221 MCSection::NonUniqueID, LinkedToSym); in emitXRayTable()
4226 MCSection::NonUniqueID, LinkedToSym); in emitXRayTable()
4335 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym)); in emitPatchableFunctionEntries()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp995 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()