Searched refs:NonUniqueID (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 91 bool isUnique() const { return UniqueID != NonUniqueID; } in isUnique()
|
H A D | MCSection.h | 40 static constexpr unsigned NonUniqueID = ~0U; variable
|
H A D | MCContext.h | 559 MCSection::NonUniqueID, nullptr); in getELFSection() 566 MCSection::NonUniqueID, nullptr); in getELFSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 590 if (GroupSym || LinkedToSym || UniqueID != MCSection::NonUniqueID) { in getELFSection() 633 MCSection::NonUniqueID, nullptr); in createELFGroupSection()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4221 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 D | TargetLoweringObjectFileImpl.cpp | 995 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()
|