/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 315 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/ |
D | JDWPStackFrameAccessTest.java | 267 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/ |
D | MCSymbol.h | 299 const MCExpr *getVariableValue(bool SetUsed = true) const { 388 Fragment = getVariableValue(SetUsed)->findAssociatedFragment();
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 294 const MCExpr *getVariableValue(bool SetUsed = true) const { 381 Fragment = getVariableValue(SetUsed)->findAssociatedFragment();
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSymbol.cpp | 45 const MCExpr *Value = S->getVariableValue(); in AliasedSymbol()
|
D | MachObjectWriter.cpp | 71 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout)) in getSymbolAddress() 318 Address = cast<MCConstantExpr>(Symbol.getVariableValue())->getValue(); in WriteNlist()
|
D | MCExpr.cpp | 450 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm, in EvaluateAsRelocatableImpl()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSymbol.h | 136 const MCExpr *getVariableValue() const { in getVariableValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCFragment.cpp | 104 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl() 144 const MCExpr *Expr = Symbol.getVariableValue(); in getBaseSymbol()
|
D | MachObjectWriter.cpp | 91 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()
|
D | MCExpr.cpp | 653 const MCExpr *Expr = Sym.getVariableValue(); in canExpand() 689 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
|
D | ELFObjectWriter.cpp | 578 const MCExpr *Expr = Symbol.getVariableValue(); in isInSymtab() 1439 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
|
/external/llvm/lib/MC/ |
D | MCFragment.cpp | 103 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl() 143 const MCExpr *Expr = Symbol.getVariableValue(); in getBaseSymbol()
|
D | MachObjectWriter.cpp | 78 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()
|
D | MCExpr.cpp | 590 const MCExpr *Expr = Sym.getVariableValue(); in canExpand() 626 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
|
D | ELFObjectWriter.cpp | 396 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/ |
D | X86MachObjectWriter.cpp | 244 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation() 506 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordX86Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 253 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/ |
D | X86MachObjectWriter.cpp | 253 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation() 566 if (A->getVariableValue()->evaluateAsAbsolute( in RecordX86Relocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 346 if (A->getVariableValue()->evaluateAsAbsolute( in RecordPPCRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 346 if (A->getVariableValue()->evaluateAsAbsolute( in RecordPPCRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 338 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 420 if (A->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 412 if (A->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 622 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) { in ParsePrimaryExpr() 626 Res = Sym->getVariableValue(); in ParsePrimaryExpr() 1553 else if (!isa<MCConstantExpr>(Sym->getVariableValue())) in ParseAssignment()
|