Searched defs:InSet (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectWriter.cpp22 bool InSet) const {
39 Asm, DataA, &DataB, *DataB.getFragment(), InSet, false);
44 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
42 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCExpr.cpp418 // FIXME: The use if InSet = Addrs is a hack. Setting InSet causes us
426 const SectionAddrMap *Addrs, bool InSet) const {
436 EvaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet);
447 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A,
458 if (!Asm->getWriter().IsSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet))
524 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS,
551 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B,
553 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B,
555 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_
445 AttemptToFoldSymbolOffsetDifference( const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
523 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, const MCSymbolRefExpr *RHS_A, const MCSymbolRefExpr *RHS_B, int64_t RHS_Cst, MCValue &Res) argument
593 canExpand(const MCSymbol &Sym, const MCAssembler *Asm, bool InSet) argument
[all...]
H A DMachObjectWriter.cpp665 bool InSet,
667 if (InSet)
661 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DWinCOFFObjectWriter.cpp176 const MCFragment &FB, bool InSet,
654 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
663 Asm, DataA, DataB, FB, InSet, IsPCRel);
652 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DELFObjectWriter.cpp280 bool InSet,
1653 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
1655 if (!InSet && (::isWeak(DataA) || (DataB && ::isWeak(*DataB))))
1658 Asm, DataA, DataB, FB, InSet, IsPCRel);
1651 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp29 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev); local
32 if (InSet == &Abbrev) {
40 Abbrev.setNumber(InSet->getNumber());
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1733 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); local
1736 if (InSet) {
1738 Abbrev.setNumber(InSet->getNumber());

Completed in 215 milliseconds