Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp569 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
579 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
590 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument
601 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
699 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd() argument
726 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B, in EvaluateSymbolicAdd()
728 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B, in EvaluateSymbolicAdd()
730 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, LHS_B, in EvaluateSymbolicAdd()
732 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, RHS_B, in EvaluateSymbolicAdd()
763 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument
[all …]
H A DMachObjectWriter.cpp668 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl()
675 InSet); in isSymbolRefDifferenceFullyResolvedImpl()
680 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
681 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp247 const MCFragment &FB, bool InSet,
1524 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1527 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
1533 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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp920 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local
923 if (InSet) { in assignAbbrev()
925 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()