Searched refs:getSubExpr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp29 const MCExpr *Expr = getSubExpr();
65 AddValueSymbols_(cast<MCUnaryExpr>(Value)->getSubExpr(), Asm);
71 AddValueSymbols_(getSubExpr(), Asm);
H A DARMMCExpr.h54 /// getSubExpr - Get the child of this expression.
55 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::ARMMCExpr
64 return getSubExpr()->FindAssociatedSection();
H A DARMMCCodeEmitter.cpp880 E = ARM16Expr->getSubExpr();
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCExpr.cpp81 OS << *UE.getSubExpr();
501 if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout,
616 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection();
H A DMCObjectStreamer.cpp84 AddValueSymbols(cast<MCUnaryExpr>(Value)->getSubExpr());
H A DMCELFStreamer.cpp455 fixSymbolsInTLSFixups(cast<MCUnaryExpr>(expr)->getSubExpr());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCExpr.h297 /// getSubExpr - Get the child of this unary expression.
298 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::MCUnaryExpr
/macosx-10.9.5/llvmCore-3425.0.33/tools/lto/
H A DLTOModule.cpp718 AddValueSymbols(cast<MCUnaryExpr>(Value)->getSubExpr());
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmParser.cpp878 const MCExpr *Sub = ApplyModifierToExpr(UE->getSubExpr(), Variant);
1860 return IsUsedIn(Sym, static_cast<const MCUnaryExpr*>(Value)->getSubExpr());

Completed in 102 milliseconds