Home
last modified time | relevance | path

Searched refs:getSymA (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp140 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
151 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in RecordX86_64Relocation()
213 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
268 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
374 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
467 assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP && in recordTLVPRelocation()
498 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation()
513 if (Target.getSymA() && in RecordX86Relocation()
514 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
531 if (Target.getSymA()) in RecordX86Relocation()
[all …]
DX86WinCOFFObjectWriter.cpp49 MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp178 Target.getSymA()->getSymbol().getName() + in recordRelocation()
191 if (!getAArch64FixupKindMachOInfo(Fixup, Type, Target.getSymA(), Log2Size, in recordRelocation()
213 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordRelocation()
222 if (Target.getSymA()->getKind() == MCSymbolRefExpr::VK_GOT && in recordRelocation()
234 } else if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in recordRelocation()
294 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in recordRelocation()
DAArch64AsmBackend.cpp502 if (!Val.getSymA() || Val.getSymA()->getSymbol().isUndefined()) in isByteSwappedFixup()
506 dyn_cast<MCSectionELF>(&Val.getSymA()->getSymbol().getSection()); in isByteSwappedFixup()
DAArch64ELFObjectWriter.cpp54 assert((!Target.getSymA() || in GetRelocType()
55 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None) && in GetRelocType()
DAArch64MCExpr.cpp99 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/external/llvm/lib/MC/
DMCValue.cpp29 OS << *getSymA(); in print()
53 const MCSymbolRefExpr *A = getSymA(); in getAccessVariant()
DMCExpr.cpp554 const MCSymbolRefExpr *LHS_A = LHS.getSymA(); in EvaluateSymbolicAdd()
655 const MCSymbolRefExpr *A = Res.getSymA(); in evaluateAsRelocatableImpl()
688 if (Value.getSymA() && !Value.getSymB()) in evaluateAsRelocatableImpl()
690 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in evaluateAsRelocatableImpl()
725 RHSValue.getSymB(), RHSValue.getSymA(), in evaluateAsRelocatableImpl()
730 RHSValue.getSymA(), RHSValue.getSymB(), in evaluateAsRelocatableImpl()
DMCAssembler.cpp146 const MCSymbolRefExpr *A = Target.getSymA(); in getSymbolOffsetImpl()
196 const MCSymbolRefExpr *A = Value.getSymA(); in getBaseSymbol()
461 } else if (!Target.getSymA()) { in evaluateFixup()
464 const MCSymbolRefExpr *A = Target.getSymA(); in evaluateFixup()
479 if (const MCSymbolRefExpr *A = Target.getSymA()) { in evaluateFixup()
555 if (const MCSymbolRefExpr *A = Value.getSymA()) { in computeFragmentSize()
DMachObjectWriter.cpp87 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
89 Target.getSymA()->getSymbol().getName() + "'"); in getSymbolAddress()
95 if (Target.getSymA()) in getSymbolAddress()
96 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout); in getSymbolAddress()
DWinCOFFObjectWriter.cpp651 assert(Target.getSymA() && "Relocation must reference a symbol!"); in recordRelocation()
653 const MCSymbol &A = Target.getSymA()->getSymbol(); in recordRelocation()
DELFObjectWriter.cpp671 const MCSymbolRefExpr *RefA = Target.getSymA(); in recordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp89 : Target.getSymA()->getKind(); in getRelocType()
207 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
325 if (Target.getSymA()) in RecordPPCRelocation()
326 A = &Target.getSymA()->getSymbol(); in RecordPPCRelocation()
DPPCMCExpr.cpp112 const MCSymbolRefExpr *Sym = Value.getSymA(); in evaluateAsRelocatableImpl()
DPPCAsmBackend.cpp144 if (const MCSymbolRefExpr *A = Target.getSymA()) { in processFixupValue()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp151 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredHalfRelocation()
256 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
381 if (Target.getSymA()) in recordRelocation()
382 A = &Target.getSymA()->getSymbol(); in recordRelocation()
DARMWinCOFFObjectWriter.cpp46 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
DARMAsmBackend.cpp636 const MCSymbolRefExpr *A = Target.getSymA(); in processFixupValue()
/external/llvm/include/llvm/MC/
DMCValue.h47 const MCSymbolRefExpr *getSymA() const { return SymA; } in getSymA() function
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp213 if (Target.getSymA()->getSymbol().isTemporary()) in processFixupValue()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2125 const MCSymbolRefExpr *SymA = MV.getSymA(); in handleIndirectSymViaGOTPCRel()