Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h299 const MCExpr *getVariableValue(bool SetUsed = true) const {
388 Fragment = getVariableValue(SetUsed)->findAssociatedFragment();
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp104 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl()
144 const MCExpr *Expr = Symbol.getVariableValue(); in getBaseSymbol()
H A 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()
H A DMCExpr.cpp662 const MCExpr *Expr = Sym.getVariableValue(); in canExpand()
698 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
H A DELFObjectWriter.cpp579 const MCExpr *Expr = Symbol.getVariableValue(); in isInSymtab()
1465 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
H A DMCCodeView.cpp558 .ChecksumTableOffset->getVariableValue()) in encodeInlineLineTable()
H A DWasmObjectWriter.cpp477 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
567 const MCExpr *Expr = Symbol.getVariableValue(); in ResolveSymbol()
H A DMCAssembler.cpp141 const MCExpr *Expr = Symbol->getVariableValue(); in isThumbFunc()
H A DWinCOFFObjectWriter.cpp344 dyn_cast<MCSymbolRefExpr>(Symbol.getVariableValue()); in getLinkedSymbol()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp253 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation()
566 if (A->getVariableValue()->evaluateAsAbsolute( in RecordX86Relocation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp197 copyLocalEntry(Sym, Sym->getVariableValue()); in finish()
H A DPPCMachObjectWriter.cpp346 if (A->getVariableValue()->evaluateAsAbsolute( in RecordPPCRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp440 if (A->getVariableValue()->evaluateAsAbsolute( in recordRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h563 Value *getVariableValue() const { return VariableValue; } in getVariableValue() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2363 EClass = ValueToClass.lookup(VE->getVariableValue()); in performCongruenceFinding()
3790 return ValueToClass.lookup(VE->getVariableValue()); in getClassForExpression()
3805 auto *V = VE->getVariableValue(); in findPHIOfOpsLeader()
3807 return VE->getVariableValue(); in findPHIOfOpsLeader()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1132 auto V = Sym->getVariableValue(/*SetUsed*/ false); in parsePrimaryExpr()
1139 Res = Sym->getVariableValue(/*SetUsed*/ false); in parsePrimaryExpr()
5867 return isSymbolUsedInExpression(Sym, S.getVariableValue()); in isSymbolUsedInExpression()
5913 else if (!isa<MCConstantExpr>(Sym->getVariableValue())) in parseAssignmentExpression()
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2162 auto V = Sym->getVariableValue(/*SetUsed*/ false); in ParseMemOperand()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1843 if (!Sym->getVariableValue(false)->evaluateAsAbsolute(OldCount)) in updateGprCountSymbols()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5977 const MCExpr *Expr = Sym->getVariableValue(); in searchSymbolAlias()