OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACPV
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
ARMJITInfo.cpp
256
ARMConstantPoolValue *
ACPV
= (ARMConstantPoolValue*)MR->getConstantVal();
257
assert((!
ACPV
->hasModifier() && !
ACPV
->mustAddCurrentAddress()) &&
260
Addr -= getPCLabelAddr(
ACPV
->getLabelId()) +
ACPV
->getPCAdjustment();
ARMAsmPrinter.cpp
872
ARMConstantPoolValue *
ACPV
= static_cast<ARMConstantPoolValue*>(MCPV);
875
if (
ACPV
->isLSDA()) {
880
} else if (
ACPV
->isBlockAddress()) {
882
cast<ARMConstantPoolConstant>(
ACPV
)->getBlockAddress();
884
} else if (
ACPV
->isGlobalValue()) {
885
const GlobalValue *GV = cast<ARMConstantPoolConstant>(
ACPV
)->getGV();
887
} else if (
ACPV
->isMachineBasicBlock()) {
888
const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(
ACPV
)->getMBB();
[
all
...]
ARMCodeEmitter.cpp
364
intptr_t
ACPV
= 0) const;
487
intptr_t
ACPV
) const {
491
ACPV
, MayNeedFarStub)
493
const_cast<GlobalValue *>(GV),
ACPV
,
706
ARMConstantPoolValue *
ACPV
=
710
<< (void*)MCE.getCurrentPCValue() << " " << *
ACPV
<< '\n');
712
assert(
ACPV
->isGlobalValue() && "unsupported constant pool value");
713
const GlobalValue *GV = cast<ARMConstantPoolConstant>(
ACPV
)->getGV();
719
(intptr_t)
ACPV
);
721
const char *Sym = cast<ARMConstantPoolSymbol>(
ACPV
)->getSymbol()
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 713 milliseconds