Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectWriter.cpp22 bool InSet) const { in isSymbolRefDifferenceFullyResolved()
36 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet); in isSymbolRefDifferenceFullyResolved()
41 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl()
42 return isSymbolRefDifferenceFullyResolvedImpl(Asm, A, *B.getFragment(), InSet, in isSymbolRefDifferenceFullyResolvedImpl()
48 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
DMCExpr.cpp453 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
463 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
474 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference() argument
485 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
549 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd() argument
576 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B, in EvaluateSymbolicAdd()
578 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B, in EvaluateSymbolicAdd()
580 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, LHS_B, in EvaluateSymbolicAdd()
582 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, RHS_B, in EvaluateSymbolicAdd()
613 static bool canExpand(const MCSymbol &Sym, bool InSet) { in canExpand() argument
[all …]
DMachObjectWriter.cpp630 bool InSet) const { in isSymbolRefDifferenceFullyResolvedImpl()
637 InSet); in isSymbolRefDifferenceFullyResolvedImpl()
642 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
643 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
DELFObjectWriter.cpp225 bool InSet,
1315 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1318 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
1323 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
DWinCOFFObjectWriter.cpp181 const MCFragment &FB, bool InSet,
619 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
628 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()
/external/llvm/include/llvm/MC/
DMCObjectWriter.h97 bool InSet) const;
102 bool InSet) const;
107 bool InSet,
DMCMachObjectWriter.h253 bool InSet) const override;
257 const MCFragment &FB, bool InSet,
DMCExpr.h56 const SectionAddrMap *Addrs, bool InSet) const;
64 const SectionAddrMap *Addrs, bool InSet) const;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp74 SmallPtrSet<MachineBasicBlock *, 8> InSet; in EliminateMultipleEntryLoops() local
83 InSet.insert(CurrentSCC.begin(), CurrentSCC.end()); in EliminateMultipleEntryLoops()
87 if (InSet.count(Pred)) in EliminateMultipleEntryLoops()
99 InSet.clear(); in EliminateMultipleEntryLoops()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2275 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in AssignAbbrev() local
2278 if (InSet) { in AssignAbbrev()
2280 Abbrev.setNumber(InSet->getNumber()); in AssignAbbrev()