Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp21 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 DMCExpr.cpp586 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 DMachObjectWriter.cpp667 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 DELFObjectWriter.cpp249 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 DWinCOFFObjectWriter.cpp207 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 DMCObjectWriter.h75 bool InSet) const;
80 bool InSet) const;
85 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;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp826 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local
829 if (InSet) { in assignAbbrev()
831 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()