Home
last modified time | relevance | path

Searched refs:SymB (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCValue.h38 const MCSymbolRefExpr *SymA, *SymB; variable
44 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB()
47 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute()
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,
58 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
61 R.SymB = SymB;
69 R.SymB = 0; in get()
/external/llvm/include/llvm/MC/
DMCValue.h41 const MCSymbolRefExpr *SymA, *SymB; variable
48 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB()
52 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute()
63 const MCSymbolRefExpr *SymB = nullptr,
68 R.SymB = SymB;
77 R.SymB = nullptr; in get()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCValue.h41 const MCSymbolRefExpr *SymA = nullptr, *SymB = nullptr; variable
49 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB()
53 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute()
64 const MCSymbolRefExpr *SymB = nullptr,
69 R.SymB = SymB;
78 R.SymB = nullptr; in get()
/external/llvm/lib/MC/
DELFObjectWriter.cpp650 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation() local
652 if (SymB.isUndefined()) { in recordRelocation()
654 Twine("symbol '") + SymB.getName() + in recordRelocation()
659 assert(!SymB.isAbsolute() && "Should have been folded"); in recordRelocation()
660 const MCSection &SecB = SymB.getSection(); in recordRelocation()
667 uint64_t SymBOffset = Layout.getSymbolOffset(SymB); in recordRelocation()
DWinCOFFObjectWriter.cpp679 const MCSymbolRefExpr *SymB = Target.getSymB(); in recordRelocation() local
682 if (SymB) { in recordRelocation()
683 const MCSymbol *B = &SymB->getSymbol(); in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp1410 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation() local
1412 if (SymB.isUndefined()) { in recordRelocation()
1414 Twine("symbol '") + SymB.getName() + in recordRelocation()
1419 assert(!SymB.isAbsolute() && "Should have been folded"); in recordRelocation()
1420 const MCSection &SecB = SymB.getSection(); in recordRelocation()
1427 uint64_t SymBOffset = Layout.getSymbolOffset(SymB); in recordRelocation()
DWasmObjectWriter.cpp441 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation() local
443 if (SymB.isUndefined()) { in recordRelocation()
445 Twine("symbol '") + SymB.getName() + in recordRelocation()
450 assert(!SymB.isAbsolute() && "Should have been folded"); in recordRelocation()
451 const MCSection &SecB = SymB.getSection(); in recordRelocation()
458 uint64_t SymBOffset = Layout.getSymbolOffset(SymB); in recordRelocation()
DWinCOFFObjectWriter.cpp734 const MCSymbolRefExpr *SymB = Target.getSymB(); in recordRelocation() local
736 if (SymB) { in recordRelocation()
737 const MCSymbol *B = &SymB->getSymbol(); in recordRelocation()
782 Asm.getContext(), Target, Fixup, SymB, Asm.getBackend()); in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp484 if (auto *SymB = Target.getSymB()) { in recordTLVPRelocation() local
490 Writer->getSymbolAddress(SymB->getSymbol(), Layout) + in recordTLVPRelocation()
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp657 const MCSymbolRefExpr *SymB = Target.getSymB(); in RecordRelocation() local
658 const bool CrossSection = SymB && in RecordRelocation()
659 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection(); in RecordRelocation()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2195 const MCSymbolRefExpr *SymB = MV.getSymB(); in handleIndirectSymViaGOTPCRel() local
2197 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2498 const MCSymbolRefExpr *SymB = MV.getSymB(); in handleIndirectSymViaGOTPCRel() local
2500 if (!SymB || BaseSym != &SymB->getSymbol()) in handleIndirectSymViaGOTPCRel()