OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMemOff
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp
342
const MCExpr *
getMemOff
() const {
363
case k_MemoryImm: assert(
getMemOff
() != nullptr);
365
<< "+" << *
getMemOff
()
414
const MCExpr *Expr =
getMemOff
();
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
1260
const MCExpr *Expr =
getMemOff
();
1269
const MCExpr *Expr =
getMemOff
();
1334
return isMem() && isa<MCConstantExpr>(
getMemOff
());
1344
if (isa<MCTargetExpr>(
getMemOff
()) ||
1349
bool IsReloc =
getMemOff
()->evaluateAsRelocatable(Res, nullptr, nullptr);
1359
if (isa<MCTargetExpr>(
getMemOff
()) ||
1363
bool IsReloc =
getMemOff
()->evaluateAsRelocatable(Res, nullptr, nullptr);
1477
const MCExpr *
getMemOff
() const {
1483
return static_cast<const MCConstantExpr *>(
getMemOff
())->getValue();
Completed in 61 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026