Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp565 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
575 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
586 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument
597 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
675 const MCSymbolRefExpr *B, bool InSet) { in canFold() argument
676 if (InSet) in canFold()
713 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd() argument
732 if (Asm && canFold(Asm, LHS_A, LHS_B, InSet)) { in EvaluateSymbolicAdd()
743 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B, in EvaluateSymbolicAdd()
745 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B, in EvaluateSymbolicAdd()
[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,
1511 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1514 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
1520 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()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/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()