Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp570 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute()
580 evaluateAsRelocatableImpl(Value, Asm, nullptr, Addrs, InSet); in evaluateAsAbsolute()
590 const MCAssembler *Asm, const SectionAddrMap *Addrs, bool InSet, in AttemptToFoldSymbolOffsetDifference() argument
601 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
629 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference()
735 const SectionAddrMap *Addrs, bool InSet, in evaluateSymbolicAdd() argument
766 AttemptToFoldSymbolOffsetDifference(Asm, Addrs, InSet, LHS_A, LHS_B, in evaluateSymbolicAdd()
768 AttemptToFoldSymbolOffsetDifference(Asm, Addrs, InSet, LHS_A, RHS_B, in evaluateSymbolicAdd()
770 AttemptToFoldSymbolOffsetDifference(Asm, Addrs, InSet, RHS_A, LHS_B, in evaluateSymbolicAdd()
772 AttemptToFoldSymbolOffsetDifference(Asm, Addrs, InSet, RHS_A, RHS_B, in evaluateSymbolicAdd()
[all …]
H A DMCObjectWriter.cpp32 bool InSet) const { in isSymbolRefDifferenceFullyResolved()
45 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, *FB, InSet, /*IsPCRel=*/false); in isSymbolRefDifferenceFullyResolved()
50 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
H A DMachObjectWriter.cpp716 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
717 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1439 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1442 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
H A DWinCOFFObjectWriter.cpp1163 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h88 bool InSet) const;
93 bool InSet,
H A DMCWinCOFFObjectWriter.h69 const MCFragment &FB, bool InSet,
H A DMCExpr.h56 const SectionAddrMap *Addrs, bool InSet) const;
67 const SectionAddrMap *Addrs, bool InSet) const;
H A DMCELFObjectWriter.h193 const MCFragment &FB, bool InSet,
H A DMCMachObjectWriter.h349 const MCFragment &FB, bool InSet,
/freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1015 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() local
1018 if (InSet) { in assignAbbrev()
1020 Abbrev.setNumber(InSet->getNumber()); in assignAbbrev()