OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:evaluateasvalue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCAssembler.cpp
140
if (!S.getVariableValue()->
evaluateAsValue
(Target, Layout))
182
if (!Expr->
evaluateAsValue
(Value, *this)) {
549
if (!OF.getOffset().
evaluateAsValue
(Value, Layout))
[
all
...]
MCExpr.cpp
607
bool MCExpr::
evaluateAsValue
(MCValue &Res, const MCAsmLayout &Layout) const {
/external/llvm/include/llvm/MC/
MCExpr.h
113
bool
evaluateAsValue
(MCValue &Res, const MCAsmLayout &Layout) const;
Completed in 196 milliseconds