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

/external/llvm/lib/MC/
H A DMCObjectWriter.cpp24 bool InSet) const {
42 InSet,
50 bool InSet,
47 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCExpr.cpp304 // FIXME: The use if InSet = Addrs is a hack. Setting InSet causes us
308 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs);
320 bool InSet,
333 if (!Asm->getWriter().IsSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet))
400 bool InSet,
428 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B,
430 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B,
432 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, LHS_B,
434 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_
317 AttemptToFoldSymbolOffsetDifference(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
397 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
[all...]
H A DMachObjectWriter.cpp576 bool InSet,
578 if (InSet)
573 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DELFObjectWriter.cpp328 bool InSet,
1552 bool InSet,
1557 Asm, DataA, FB,InSet, IsPCRel);
1549 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp217 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev); local
220 if (InSet == &Abbrev) {
228 Abbrev.setNumber(InSet->getNumber());

Completed in 157 milliseconds