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.cpp255 bool InSet) const { in evaluateAsAbsolute()
264 bool IsRelocatable = evaluateAsRelocatableImpl(Value, Asm, InSet); in evaluateAsAbsolute()
274 bool InSet, const MCSymbol *&A, in attemptToFoldSymbolOffsetDifference() argument
283 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(SA, SB, InSet)) in attemptToFoldSymbolOffsetDifference()
311 if (Layout && (InSet || !SecA.isLinkerRelaxable())) { in attemptToFoldSymbolOffsetDifference()
416 bool MCExpr::evaluateSymbolicAdd(const MCAssembler *Asm, bool InSet, in evaluateSymbolicAdd() argument
437 attemptToFoldSymbolOffsetDifference(Asm, InSet, LHS_A, RHS_B, Result_Cst); in evaluateSymbolicAdd()
440 attemptToFoldSymbolOffsetDifference(Asm, InSet, RHS_A, LHS_B, Result_Cst); in evaluateSymbolicAdd()
467 bool InSet) const { in evaluateAsRelocatableImpl()
501 InSet || IsMachO)) in evaluateAsRelocatableImpl()
[all …]
H A DMCObjectWriter.cpp38 bool InSet) const { in isSymbolRefDifferenceFullyResolved()
40 return isSymbolRefDifferenceFullyResolvedImpl(SA, *SB.getFragment(), InSet, in isSymbolRefDifferenceFullyResolved()
45 const MCSymbol &SymA, const MCFragment &FB, bool InSet, in isSymbolRefDifferenceFullyResolvedImpl() argument
H A DMachObjectWriter.cpp718 const MCSymbol &SymA, const MCFragment &FB, bool InSet, in isSymbolRefDifferenceFullyResolvedImpl() argument
720 if (InSet) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1396 const MCSymbol &SA, const MCFragment &FB, bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl() argument
1399 assert(!InSet); in isSymbolRefDifferenceFullyResolvedImpl()
H A DWinCOFFObjectWriter.cpp1179 const MCSymbol &SymA, const MCFragment &FB, bool InSet, in isSymbolRefDifferenceFullyResolvedImpl() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h91 bool InSet) const;
95 bool InSet,
H A DMCWinCOFFObjectWriter.h69 const MCFragment &FB, bool InSet,
H A DMCExpr.h63 bool InSet) const;
74 bool InSet) const;
H A DMCELFObjectWriter.h179 const MCFragment &FB, bool InSet,
H A DMCMachObjectWriter.h341 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()