Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp23 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.cpp634 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference()
823 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument
834 if (InSet) in canExpand()
843 bool InSet) const { in evaluateAsRelocatableImpl()
862 canExpand(Sym, InSet)) { in evaluateAsRelocatableImpl()
865 Res, Asm, Layout, Fixup, Addrs, InSet || IsMachO)) { in evaluateAsRelocatableImpl()
911 Addrs, InSet)) in evaluateAsRelocatableImpl()
947 Addrs, InSet) || in evaluateAsRelocatableImpl()
949 Addrs, InSet)) { in evaluateAsRelocatableImpl()
978 Asm, Layout, Addrs, InSet, LHSValue, in evaluateAsRelocatableImpl()
[all …]
H A DMachObjectWriter.cpp666 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl()
673 InSet); in isSymbolRefDifferenceFullyResolvedImpl()
678 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
679 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp251 const MCFragment &FB, bool InSet,
1535 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1538 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
1544 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
H A DWinCOFFObjectWriter.cpp233 const MCFragment &FB, bool InSet,
1194 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1205 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h79 bool InSet) const;
84 bool InSet) const;
89 bool InSet,
H A DMCMachObjectWriter.h260 bool InSet) const override;
264 const MCFragment &FB, bool InSet,
H A DMCExpr.h58 const SectionAddrMap *Addrs, bool InSet) const;
70 const SectionAddrMap *Addrs, bool InSet) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp23 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local
25 if (InSet) { in assignAbbrev()
27 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1004 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local
1007 if (InSet) { in assignAbbrev()
1009 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()