Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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
DMCExpr.cpp492 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
502 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
513 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument
524 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
578 const MCSymbolRefExpr *B, bool InSet) { in canFold() argument
579 if (InSet) in canFold()
616 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd() argument
635 if (Asm && canFold(Asm, LHS_A, LHS_B, InSet)) { in EvaluateSymbolicAdd()
646 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B, in EvaluateSymbolicAdd()
648 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B, in EvaluateSymbolicAdd()
[all …]
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()
DELFObjectWriter.cpp261 const MCFragment &FB, bool InSet,
1513 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1516 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
1522 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
DWinCOFFObjectWriter.cpp200 const MCFragment &FB, bool InSet,
682 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
693 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectWriter.h81 bool InSet) const;
86 bool InSet) const;
91 bool InSet,
DMCMachObjectWriter.h266 bool InSet) const override;
270 const MCFragment &FB, bool InSet,
DMCExpr.h51 const SectionAddrMap *Addrs, bool InSet) const;
59 const SectionAddrMap *Addrs, bool InSet) const;