OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCExpr.cpp
897
const MCBinaryExpr *
ABE
= cast<MCBinaryExpr>(this);
900
if (!
ABE
->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
902
!
ABE
->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
905
if (const MCTargetExpr *L = dyn_cast<MCTargetExpr>(
ABE
->getLHS()))
906
if (const MCTargetExpr *R = cast<MCTargetExpr>(
ABE
->getRHS())) {
907
switch (
ABE
->getOpcode()) {
923
switch (
ABE
->getOpcode()) {
945
auto Op =
ABE
->getOpcode();
960
if (
ABE
->getOpcode() == MCBinaryExpr::Div)
MCAssembler.cpp
1130
const MCBinaryExpr *
ABE
= cast<MCBinaryExpr>(&DF.getAddrDelta());
1131
FixupExpr =
ABE
->getLHS();
Completed in 49 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026