Home
last modified time | relevance | path

Searched refs:getVariableValue (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp315 if (Symbol->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
324 if (!Symbol->getVariableValue()->evaluateAsRelocatable(Target, &Layout, in recordRelocation()
375 if (Symbol->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java267 Value actual = getVariableValue(eventThreadID, testMethodFrame.frameID, in checkStackFrame()
280 actual = getVariableValue(eventThreadID, testMethodFrame.frameID, in checkStackFrame()
431 protected Value getVariableValue(long threadID, long frameID, int slot, byte tag) { in getVariableValue() method in JDWPStackFrameAccessTest
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h299 const MCExpr *getVariableValue(bool SetUsed = true) const {
388 Fragment = getVariableValue(SetUsed)->findAssociatedFragment();
/external/llvm/include/llvm/MC/
DMCSymbol.h294 const MCExpr *getVariableValue(bool SetUsed = true) const {
381 Fragment = getVariableValue(SetUsed)->findAssociatedFragment();
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSymbol.cpp45 const MCExpr *Value = S->getVariableValue(); in AliasedSymbol()
DMachObjectWriter.cpp71 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout)) in getSymbolAddress()
318 Address = cast<MCConstantExpr>(Symbol.getVariableValue())->getValue(); in WriteNlist()
DMCExpr.cpp450 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm, in EvaluateAsRelocatableImpl()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h136 const MCExpr *getVariableValue() const { in getVariableValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCFragment.cpp104 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl()
144 const MCExpr *Expr = Symbol.getVariableValue(); in getBaseSymbol()
DMachObjectWriter.cpp91 dyn_cast<const MCConstantExpr>(S.getVariableValue())) in getSymbolAddress()
95 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
328 const MCExpr *Value = S->getVariableValue(); in findAliasedSymbol()
DMCExpr.cpp653 const MCExpr *Expr = Sym.getVariableValue(); in canExpand()
689 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
DELFObjectWriter.cpp578 const MCExpr *Expr = Symbol.getVariableValue(); in isInSymtab()
1439 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
/external/llvm/lib/MC/
DMCFragment.cpp103 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl()
143 const MCExpr *Expr = Symbol.getVariableValue(); in getBaseSymbol()
DMachObjectWriter.cpp78 dyn_cast<const MCConstantExpr>(S.getVariableValue())) in getSymbolAddress()
82 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
311 const MCExpr *Value = S->getVariableValue(); in findAliasedSymbol()
DMCExpr.cpp590 const MCExpr *Expr = Sym.getVariableValue(); in canExpand()
626 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
DELFObjectWriter.cpp396 auto *Ref = dyn_cast<MCSymbolRefExpr>(Alias.getVariableValue()); in executePostLayoutBinding()
679 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
735 const MCExpr *Expr = Symbol.getVariableValue(); in isInSymtab()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp244 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation()
506 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp253 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation()
568 if (A->getVariableValue()->evaluateAsAbsolute( in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp253 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation()
566 if (A->getVariableValue()->evaluateAsAbsolute( in RecordX86Relocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp346 if (A->getVariableValue()->evaluateAsAbsolute( in RecordPPCRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp346 if (A->getVariableValue()->evaluateAsAbsolute( in RecordPPCRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp338 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp420 if (A->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp412 if (A->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp622 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) { in ParsePrimaryExpr()
626 Res = Sym->getVariableValue(); in ParsePrimaryExpr()
1553 else if (!isa<MCConstantExpr>(Sym->getVariableValue())) in ParseAssignment()

12