Home
last modified time | relevance | path

Searched refs:InSet (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectWriter.cpp23 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 DMCExpr.cpp590 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 DMachObjectWriter.cpp669 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 DELFObjectWriter.cpp245 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 DWinCOFFObjectWriter.cpp210 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 DMCObjectWriter.h79 bool InSet) const;
84 bool InSet) const;
89 bool InSet,
H A DMCMachObjectWriter.h259 bool InSet) const override;
263 const MCFragment &FB, bool InSet,
H A DMCExpr.h58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp863 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local
866 if (InSet) { in assignAbbrev()
868 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()