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
254
ARMConstantPoolValue *
ACPV
= (ARMConstantPoolValue*)MR->getConstantVal();
255
assert((!
ACPV
->hasModifier() && !
ACPV
->mustAddCurrentAddress()) &&
258
Addr -= getPCLabelAddr(
ACPV
->getLabelId()) +
ACPV
->getPCAdjustment();
ARMAsmPrinter.cpp
[
all
...]
ARMCodeEmitter.cpp
372
intptr_t
ACPV
= 0) const;
505
intptr_t
ACPV
) const {
509
ACPV
, MayNeedFarStub)
511
const_cast<GlobalValue *>(GV),
ACPV
,
719
ARMConstantPoolValue *
ACPV
=
723
<< (void*)MCE.getCurrentPCValue() << " " << *
ACPV
<< '\n');
725
assert(
ACPV
->isGlobalValue() && "unsupported constant pool value");
726
const GlobalValue *GV = cast<ARMConstantPoolConstant>(
ACPV
)->getGV();
732
(intptr_t)
ACPV
);
734
const char *Sym = cast<ARMConstantPoolSymbol>(
ACPV
)->getSymbol()
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 52 milliseconds