OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evaluateAsRelocatable
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp
52
if (!getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup))
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCExpr.cpp
51
if (!getSubExpr()->
evaluateAsRelocatable
(AUIPCLoc, nullptr, nullptr))
95
if (!getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup))
226
if (!getSubExpr()->
evaluateAsRelocatable
(Value, nullptr, nullptr))
RISCVAsmBackend.cpp
349
if (!AUIPCExpr->
evaluateAsRelocatable
(AUIPCTarget, &Layout, AUIPCFixup))
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp
65
if (!getSubExpr()->
evaluateAsRelocatable
(Value, nullptr, nullptr))
108
if (!getSubExpr()->
evaluateAsRelocatable
(Value, Layout, Fixup))
/src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYMCExpr.cpp
101
if (!getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup))
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp
141
if (!SubExpr->
evaluateAsRelocatable
(Res, Layout, Fixup))
149
if (!getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup))
167
return getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp
105
if (!getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup))
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp
29
return Expr->
evaluateAsRelocatable
(Res, Layout, Fixup);
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.cpp
59
getSubExpr()->
evaluateAsRelocatable
(Value, nullptr, nullptr);
76
bool isRelocatable = SubExpr->
evaluateAsRelocatable
(Value, Layout, Fixup);
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCExpr.cpp
177
return getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup);
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.cpp
169
return getSubExpr()->
evaluateAsRelocatable
(Res, Layout, Fixup);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCMachOStreamer.cpp
204
if (Value->
evaluateAsRelocatable
(Res, nullptr, nullptr)) {
MCObjectStreamer.cpp
694
if(!SymbolExpr->
evaluateAsRelocatable
(OffsetVal, nullptr, nullptr))
768
if (!Offset.
evaluateAsRelocatable
(OffsetVal, nullptr, nullptr))
MCAssembler.cpp
141
if (!Expr->
evaluateAsRelocatable
(V, nullptr, nullptr))
208
if (!Expr->
evaluateAsRelocatable
(Target, &Layout, &Fixup)) {
MCCodeView.cpp
652
BE->
evaluateAsRelocatable
(Res, &Layout, /*Fixup=*/nullptr);
MCExpr.cpp
766
bool MCExpr::
evaluateAsRelocatable
(MCValue &Res,
MachObjectWriter.cpp
96
if (!S.getVariableValue()->
evaluateAsRelocatable
(Target, &Layout, nullptr))
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCExpr.h
119
bool
evaluateAsRelocatable
(MCValue &Res, const MCAsmLayout *Layout,
125
/// This is a more aggressive variant of
evaluateAsRelocatable
. The intended
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
588
if (!JalExpr->
evaluateAsRelocatable
(Res, nullptr, nullptr))
1349
bool IsReloc = getMemOff()->
evaluateAsRelocatable
(Res, nullptr, nullptr);
1363
bool IsReloc = getMemOff()->
evaluateAsRelocatable
(Res, nullptr, nullptr);
1404
bool Success = getImm()->
evaluateAsRelocatable
(Res, nullptr, nullptr);
2919
if (!SymExpr->
evaluateAsRelocatable
(Res, nullptr, nullptr)) {
3751
if (!OffsetOp.getExpr()->
evaluateAsRelocatable
(Res, nullptr, nullptr)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
1197
if (Expr->
evaluateAsRelocatable
(Value, nullptr, nullptr)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp
1824
if (Expr->
evaluateAsRelocatable
(Res, nullptr, &Fixup))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
2898
// After canonicalization by
evaluateAsRelocatable
`ME` turns into:
2903
if (!(*ME)->
evaluateAsRelocatable
(MV, nullptr, nullptr) || MV.isAbsolute())
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp
3135
if (!Expr->
evaluateAsRelocatable
(Value, nullptr, nullptr))
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
6051
bool Relocatable = Expr->
evaluateAsRelocatable
(Res, nullptr, nullptr);
Completed in 53 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026