Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp145 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
154 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in RecordX86_64Relocation()
210 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
260 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
351 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordScatteredRelocation()
411 assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP && in RecordTLVPRelocation()
420 MCSymbolData *SD_A = &Asm.getSymbolData(Target.getSymA()->getSymbol()); in RecordTLVPRelocation()
462 if (Target.getSymA() && in RecordX86Relocation()
463 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
478 if (Target.getSymA()) in RecordX86Relocation()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp145 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
156 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in RecordX86_64Relocation()
218 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
273 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
379 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
472 assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP && in recordTLVPRelocation()
503 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation()
518 if (Target.getSymA() && in RecordX86Relocation()
519 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
536 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()
DAArch64ELFObjectWriter.cpp56 assert((!Target.getSymA() || in getRelocType()
57 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.cpp530 const MCSymbolRefExpr *LHS_A = LHS.getSymA(); in EvaluateSymbolicAdd()
631 const MCSymbolRefExpr *A = Res.getSymA(); in evaluateAsRelocatableImpl()
664 if (Value.getSymA() && !Value.getSymB()) in evaluateAsRelocatableImpl()
668 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in evaluateAsRelocatableImpl()
704 RHSValue.getSymB(), RHSValue.getSymA(), in evaluateAsRelocatableImpl()
709 RHSValue.getSymA(), RHSValue.getSymB(), in evaluateAsRelocatableImpl()
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()
DMCAssembler.cpp193 } else if (!Target.getSymA()) { in evaluateFixup()
196 const MCSymbolRefExpr *A = Target.getSymA(); in evaluateFixup()
211 if (const MCSymbolRefExpr *A = Target.getSymA()) { in evaluateFixup()
287 if (const MCSymbolRefExpr *A = Value.getSymA()) { in computeFragmentSize()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp43 if (Target.getSymA()->getSymbol().getName() == "SCRATCH_RSRC_DWORD0") in getRelocType()
45 if (Target.getSymA()->getSymbol().getName() == "SCRATCH_RSRC_DWORD1") in getRelocType()
/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()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCExpr.cpp373 const MCSymbolRefExpr *LHS_A = LHS.getSymA(); in EvaluateSymbolicAdd()
456 if (Ret && !Res.getSymA() && !Res.getSymB()) in EvaluateAsRelocatableImpl()
480 if (Value.getSymA() && !Value.getSymB()) in EvaluateAsRelocatableImpl()
482 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in EvaluateAsRelocatableImpl()
517 RHSValue.getSymB(), RHSValue.getSymA(), in EvaluateAsRelocatableImpl()
523 RHSValue.getSymA(), RHSValue.getSymB(), in EvaluateAsRelocatableImpl()
DMCAssembler.cpp115 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolOffset()
117 Target.getSymA()->getSymbol().getName() + "'"); in getSymbolOffset()
123 if (Target.getSymA()) in getSymbolOffset()
125 Target.getSymA()->getSymbol())); in getSymbolOffset()
255 } else if (!Target.getSymA()) { in EvaluateFixup()
258 const MCSymbolRefExpr *A = Target.getSymA(); in EvaluateFixup()
277 if (const MCSymbolRefExpr *A = Target.getSymA()) { in EvaluateFixup()
DMCValue.cpp23 getSymA()->print(OS); in print()
DMachObjectWriter.cpp76 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
78 Target.getSymA()->getSymbol().getName() + "'"); in getSymbolAddress()
84 if (Target.getSymA()) in getSymbolAddress()
86 Target.getSymA()->getSymbol()), Layout); in getSymbolAddress()
DELFObjectWriter.cpp338 const MCSymbol &Symbol = Target.getSymA()->getSymbol(); in SymbolToReloc()
368 MCSymbolRefExpr::VariantKind Kind = Target.getSymA()->getKind(); in SymbolToReloc()
407 const MCSymbol &Symbol = Target.getSymA()->getSymbol(); in RecordRelocation()
1306 const MCSymbol &Symbol = Target.getSymA()->getSymbol(); in ExplicitRelSym()
1316 const MCSymbolRefExpr::VariantKind Kind = Target.getSymA()->getKind(); in ExplicitRelSym()
1389 MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in GetRelocType()
1403 MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in GetRelocTypeInner()
1658 MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in GetRelocType()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp134 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMMovwMovtRelocation()
232 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
309 if (Target.getSymA()) in RecordRelocation()
310 SD = &Asm.getSymbolData(Target.getSymA()->getSymbol()); in RecordRelocation()
/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()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp134 Res = MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), in evaluateAsRelocatableImpl()
200 Res = MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCValue.h43 const MCSymbolRefExpr *getSymA() const { return SymA; } in getSymA() function
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCExpr.cpp57 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/external/llvm/include/llvm/MC/
DMCValue.h47 const MCSymbolRefExpr *getSymA() const { return SymA; } in getSymA() function

12