Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCValue.h40 const MCSymbolRefExpr *SymA = nullptr, *SymB = nullptr; 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.h89 const MCSymbol &SymA,
DMCMachObjectWriter.h269 const MCSymbol &SymA,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp69 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType() local
77 assert(SymA.isFunction()); in getRelocType()
80 assert(SymA.isData()); in getRelocType()
90 if (SymA.isFunction()) in getRelocType()
96 if (SymA.isGlobal()) in getRelocType()
98 if (SymA.isFunction()) in getRelocType()
100 if (SymA.isEvent()) in getRelocType()
104 if (SymA.isFunction()) in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp47 if (const auto *SymA = Target.getSymA()) { in getRelocType() local
50 if (SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD0" || in getRelocType()
51 SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD1") in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp260 const MCSymbol &SymA,
1456 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr; in recordRelocation() local
1459 if (SymA && SymA->isVariable()) { in recordRelocation()
1460 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
1463 SymA = cast<MCSymbolELF>(&Inner->getSymbol()); in recordRelocation()
1469 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation()
1470 ? cast<MCSectionELF>(&SymA->getSection()) in recordRelocation()
1476 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); in recordRelocation()
1479 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1480 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
[all …]
DMCObjectWriter.cpp46 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
48 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl()
DWasmObjectWriter.cpp457 const auto *SymA = cast<MCSymbolWasm>(&RefA->getSymbol()); in recordRelocation() local
459 if (SymA->isVariable()) { in recordRelocation()
460 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
483 const MCSection &SecA = SymA->getSection(); in recordRelocation()
491 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
492 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()
498 if (SymA->getName().empty()) in recordRelocation()
502 SymA->setUsedInReloc(); in recordRelocation()
506 SymA->setUsedInGOT(); in recordRelocation()
508 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
DMCMachOStreamer.cpp204 const MCSymbol &SymA = SymAExpr->getSymbol(); in EmitAssignment() local
205 if (!Res.getSymB() && (SymA.getName() == "" || Res.getConstant() != 0)) in EmitAssignment()
DWinCOFFObjectWriter.cpp199 const MCSymbol &SymA,
681 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
689 uint16_t Type = cast<MCSymbolCOFF>(SymA).getType(); in isSymbolRefDifferenceFullyResolvedImpl()
692 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB, in isSymbolRefDifferenceFullyResolvedImpl()
DMachObjectWriter.cpp678 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
688 const MCSymbol &SA = findAliasedSymbol(SymA); in isSymbolRefDifferenceFullyResolvedImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp470 const MCSymbolRefExpr *SymA = Target.getSymA(); in recordTLVPRelocation() local
471 assert(SymA->getKind() == MCSymbolRefExpr::VK_TLVP && !is64Bit() && in recordTLVPRelocation()
500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2655 const MCSymbolRefExpr *SymA = MV.getSymA(); in handleIndirectSymViaGOTPCRel() local
2656 if (!SymA) in handleIndirectSymViaGOTPCRel()
2660 const MCSymbol *GOTEquivSym = &SymA->getSymbol(); in handleIndirectSymViaGOTPCRel()