Searched refs:InSet (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 23 bool InSet) const { in isSymbolRefDifferenceFullyResolved() 35 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet); in isSymbolRefDifferenceFullyResolved() 40 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 41 return isSymbolRefDifferenceFullyResolvedImpl(Asm, A, *B.getFragment(), InSet, in isSymbolRefDifferenceFullyResolvedImpl() 47 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
|
| H A D | MCExpr.cpp | 634 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference() 823 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument 834 if (InSet) in canExpand() 843 bool InSet) const { in evaluateAsRelocatableImpl() 862 canExpand(Sym, InSet)) { in evaluateAsRelocatableImpl() 865 Res, Asm, Layout, Fixup, Addrs, InSet || IsMachO)) { in evaluateAsRelocatableImpl() 911 Addrs, InSet)) in evaluateAsRelocatableImpl() 947 Addrs, InSet) || in evaluateAsRelocatableImpl() 949 Addrs, InSet)) { in evaluateAsRelocatableImpl() 978 Asm, Layout, Addrs, InSet, LHSValue, in evaluateAsRelocatableImpl() [all …]
|
| H A D | MachObjectWriter.cpp | 666 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 673 InSet); in isSymbolRefDifferenceFullyResolvedImpl() 678 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 679 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | ELFObjectWriter.cpp | 251 const MCFragment &FB, bool InSet, 1535 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 1538 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl() 1544 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 233 const MCFragment &FB, bool InSet, 1194 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 1205 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectWriter.h | 79 bool InSet) const; 84 bool InSet) const; 89 bool InSet,
|
| H A D | MCMachObjectWriter.h | 260 bool InSet) const override; 264 const MCFragment &FB, bool InSet,
|
| H A D | MCExpr.h | 58 const SectionAddrMap *Addrs, bool InSet) const; 70 const SectionAddrMap *Addrs, bool InSet) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerUnit.cpp | 23 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local 25 if (InSet) { in assignAbbrev() 27 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1004 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local 1007 if (InSet) { in assignAbbrev() 1009 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()
|