Searched refs:InSet (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 21 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 | 586 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument 759 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument 767 if (InSet) in canExpand() 776 bool InSet) const { in evaluateAsRelocatableImpl() 795 canExpand(Sym, InSet)) { in evaluateAsRelocatableImpl() 798 Res, Asm, Layout, Fixup, Addrs, InSet || IsMachO)) { in evaluateAsRelocatableImpl() 844 Addrs, InSet)) in evaluateAsRelocatableImpl() 880 Addrs, InSet) || in evaluateAsRelocatableImpl() 882 Addrs, InSet)) { in evaluateAsRelocatableImpl() 908 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue, in evaluateAsRelocatableImpl() [all …]
|
| H A D | MachObjectWriter.cpp | 667 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl() 674 InSet); in isSymbolRefDifferenceFullyResolvedImpl() 679 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 680 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | ELFObjectWriter.cpp | 249 const MCFragment &FB, bool InSet, 1499 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 1502 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl() 1508 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 207 const MCFragment &FB, bool InSet, 700 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument 711 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectWriter.h | 75 bool InSet) const; 80 bool InSet) const; 85 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;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 826 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local 829 if (InSet) { in assignAbbrev() 831 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()
|