Searched refs:InSet (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 23 bool InSet) const { in isSymbolRefDifferenceFullyResolved() 37 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet); in isSymbolRefDifferenceFullyResolved() 42 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 43 return isSymbolRefDifferenceFullyResolvedImpl(Asm, A, *B.getFragment(), InSet, in isSymbolRefDifferenceFullyResolvedImpl() 49 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
|
| H A D | MCExpr.cpp | 590 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument 763 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument 771 if (InSet) in canExpand() 780 bool InSet) const { in evaluateAsRelocatableImpl() 799 canExpand(Sym, InSet)) { in evaluateAsRelocatableImpl() 802 Res, Asm, Layout, Fixup, Addrs, InSet || IsMachO)) { in evaluateAsRelocatableImpl() 848 Addrs, InSet)) in evaluateAsRelocatableImpl() 884 Addrs, InSet) || in evaluateAsRelocatableImpl() 886 Addrs, InSet)) { in evaluateAsRelocatableImpl() 912 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue, in evaluateAsRelocatableImpl() [all …]
|
| H A D | MachObjectWriter.cpp | 669 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 676 InSet); in isSymbolRefDifferenceFullyResolvedImpl() 681 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 682 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | ELFObjectWriter.cpp | 245 const MCFragment &FB, bool InSet, 1485 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 1488 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl() 1494 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 210 const MCFragment &FB, bool InSet, 681 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 692 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| /llvm-project-15.0.7/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 | 259 bool InSet) const override; 263 const MCFragment &FB, bool InSet,
|
| H A D | MCExpr.h | 58 const SectionAddrMap *Addrs, bool InSet) const; 70 const SectionAddrMap *Addrs, bool InSet) const;
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 863 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local 866 if (InSet) { in assignAbbrev() 868 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()
|