OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evaluateAsRelocatableImpl
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h
21
bool
evaluateAsRelocatableImpl
(MCValue &Res, const MCAsmLayout *Layout,
HexagonMCExpr.cpp
25
bool HexagonNoExtendOperand::
evaluateAsRelocatableImpl
(
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h
50
bool
evaluateAsRelocatableImpl
(MCValue &Res,
MipsMCExpr.cpp
82
MipsMCExpr::
evaluateAsRelocatableImpl
(MCValue &Res,
/external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h
65
bool
evaluateAsRelocatableImpl
(MCValue &Res,
107
bool
evaluateAsRelocatableImpl
(MCValue &Res,
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h
60
bool
evaluateAsRelocatableImpl
(MCValue &Res,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h
81
bool
evaluateAsRelocatableImpl
(MCValue &Res,
PPCMCExpr.cpp
93
PPCMCExpr::
evaluateAsRelocatableImpl
(MCValue &Res,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.h
89
bool
evaluateAsRelocatableImpl
(MCValue &Res,
SparcMCExpr.cpp
159
SparcMCExpr::
evaluateAsRelocatableImpl
(MCValue &Res,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp
92
bool AArch64MCExpr::
evaluateAsRelocatableImpl
(MCValue &Res,
AArch64MCExpr.h
154
bool
evaluateAsRelocatableImpl
(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/lib/MC/
MCExpr.cpp
463
evaluateAsRelocatableImpl
(Value, Asm, Layout, nullptr, Addrs, InSet);
603
return
evaluateAsRelocatableImpl
(Res, Assembler, Layout, Fixup, nullptr,
609
return
evaluateAsRelocatableImpl
(Res, Assembler, &Layout, nullptr, nullptr,
626
bool MCExpr::
evaluateAsRelocatableImpl
(MCValue &Res, const MCAssembler *Asm,
635
return cast<MCTargetExpr>(this)->
evaluateAsRelocatableImpl
(Res, Layout,
650
if (Sym.getVariableValue()->
evaluateAsRelocatableImpl
(
676
if (!AUE->getSubExpr()->
evaluateAsRelocatableImpl
(Value, Asm, Layout, Fixup,
710
if (!ABE->getLHS()->
evaluateAsRelocatableImpl
(LHSValue, Asm, Layout, Fixup,
712
!ABE->getRHS()->
evaluateAsRelocatableImpl
(RHSValue, Asm, Layout, Fixup,
/external/llvm/include/llvm/MC/
MCExpr.h
61
bool
evaluateAsRelocatableImpl
(MCValue &Res, const MCAssembler *Asm,
557
virtual bool
evaluateAsRelocatableImpl
(MCValue &Res,
Completed in 520 milliseconds