HomeSort by relevance Sort by last modified time
    Searched refs:getVariableValue (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/MC/
MCSymbol.h 136 const MCExpr *getVariableValue() const {
  /external/llvm/lib/MC/
MCSymbol.cpp 45 const MCExpr *Value = S->getVariableValue();
MachObjectWriter.cpp 71 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout))
318 Address = cast<MCConstantExpr>(Symbol.getVariableValue())->getValue();
MCExpr.cpp 451 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm,
MCAssembler.cpp 110 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
WinCOFFObjectWriter.cpp 425 const MCExpr *Value = SymbolData.getSymbol().getVariableValue();
ELFObjectWriter.cpp 180 if (const MCExpr *Value = Symbol.getVariableValue()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp 244 const MCExpr *Value = Symbol->getVariableValue();
506 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute(
  /external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp 339 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute(
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 608 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) {
612 Res = Sym->getVariableValue();
    [all...]

Completed in 96 milliseconds