Searched refs:InSet (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 22 bool InSet) const { in isSymbolRefDifferenceFullyResolved() 36 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet); in isSymbolRefDifferenceFullyResolved() 41 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 42 return isSymbolRefDifferenceFullyResolvedImpl(Asm, A, *B.getFragment(), InSet, in isSymbolRefDifferenceFullyResolvedImpl() 48 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
|
| H A D | MCExpr.cpp | 508 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument 661 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument 669 if (InSet) in canExpand() 678 bool InSet) const { in evaluateAsRelocatableImpl() 696 canExpand(Sym, InSet)) { in evaluateAsRelocatableImpl() 699 Res, Asm, Layout, Fixup, Addrs, InSet || IsMachO)) { in evaluateAsRelocatableImpl() 729 Addrs, InSet)) in evaluateAsRelocatableImpl() 765 Addrs, InSet) || in evaluateAsRelocatableImpl() 767 Addrs, InSet)) { in evaluateAsRelocatableImpl() 793 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue, in evaluateAsRelocatableImpl() [all …]
|
| H A D | MachObjectWriter.cpp | 651 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 658 InSet); in isSymbolRefDifferenceFullyResolvedImpl() 663 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 664 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | ELFObjectWriter.cpp | 261 const MCFragment &FB, bool InSet, 1522 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 1525 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl() 1530 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 201 const MCFragment &FB, bool InSet, 683 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 694 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCObjectWriter.h | 82 bool InSet) const; 87 bool InSet) const; 92 bool InSet,
|
| H A D | MCMachObjectWriter.h | 265 bool InSet) const override; 269 const MCFragment &FB, bool InSet,
|
| H A D | MCExpr.h | 56 const SectionAddrMap *Addrs, bool InSet) const; 64 const SectionAddrMap *Addrs, bool InSet) const;
|