Home
last modified time | relevance | path

Searched refs:SymA (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/MC/
DMCValue.h41 const MCSymbolRefExpr *SymA, *SymB; variable
47 const MCSymbolRefExpr *getSymA() const { return SymA; } in getSymA()
52 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute()
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr; in get()
DMCObjectWriter.h105 const MCSymbol &SymA,
DMCMachObjectWriter.h256 const MCSymbol &SymA,
/external/llvm/lib/MC/
DELFObjectWriter.cpp223 const MCSymbol &SymA,
672 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr; in recordRelocation() local
675 if (SymA && SymA->isVariable()) { in recordRelocation()
676 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
679 SymA = cast<MCSymbolELF>(&Inner->getSymbol()); in recordRelocation()
686 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); in recordRelocation()
687 if (!RelocateWithSymbol && SymA && !SymA->isUndefined()) in recordRelocation()
688 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
700 (SymA && !SymA->isUndefined()) ? &SymA->getSection() : nullptr; in recordRelocation()
711 if (SymA) { in recordRelocation()
[all …]
DMCObjectWriter.cpp47 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
49 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl()
DWinCOFFObjectWriter.cpp180 const MCSymbol &SymA,
618 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
623 uint16_t Type = cast<MCSymbolCOFF>(SymA).getType(); in isSymbolRefDifferenceFullyResolvedImpl()
627 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB, in isSymbolRefDifferenceFullyResolvedImpl()
DMachObjectWriter.cpp641 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
651 const MCSymbol &SA = findAliasedSymbol(SymA); in isSymbolRefDifferenceFullyResolvedImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2125 const MCSymbolRefExpr *SymA = MV.getSymA(); in handleIndirectSymViaGOTPCRel() local
2126 if (!SymA) in handleIndirectSymViaGOTPCRel()
2130 const MCSymbol *GOTEquivSym = &SymA->getSymbol(); in handleIndirectSymViaGOTPCRel()