Searched defs:SymA (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectWriter.cpp47 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB,
49 const MCSection &SecA = SymA.getSection();
46 isSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCMachOStreamer.cpp208 const MCSymbol &SymA = SymAExpr->getSymbol(); local
209 if (!Res.getSymB() && (SymA.getName() == "" || Res.getConstant() != 0))
H A DMachObjectWriter.cpp645 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB,
655 const MCSymbol &SA = findAliasedSymbol(SymA);
644 isSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DWinCOFFObjectWriter.cpp181 const MCSymbol &SymA,
623 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB,
628 uint16_t Type = cast<MCSymbolCOFF>(SymA).getType();
632 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB,
622 isSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCValue.h38 const MCSymbolRefExpr *SymA, *SymB; member in class:llvm::MCValue
43 const MCSymbolRefExpr *getSymA() const { return SymA; }
47 bool isAbsolute() const { return !SymA && !SymB; }
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0, argument
58 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
60 R.SymA = SymA;
68 R.SymA = 0;
/external/llvm/include/llvm/MC/
H A DMCValue.h41 const MCSymbolRefExpr *SymA, *SymB; member in class:llvm::MCValue
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA, argument
67 R.SymA = SymA;
76 R.SymA = nullptr;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp656 const MCSymbolRefExpr *SymA = Target.getSymA(); local
659 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2180 const MCSymbolRefExpr *SymA = MV.getSymA(); local
2181 if (!SymA)
2185 const MCSymbol *GOTEquivSym = &SymA->getSymbol();

Completed in 546 milliseconds