HomeSort by relevance Sort by last modified time
    Searched refs:PCAdjust (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 35 PCAdjust(PCAdj), Modifier(modifier),
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
71 ID.AddInteger(PCAdjust);
77 ACPV->PCAdjust == PCAdjust &&
95 if (PCAdjust != 0) {
96 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust;
ARMConstantPoolValue.h 55 unsigned char PCAdjust; // Extra adjustment if constantpool is pc-relative.
98 unsigned char getPCAdjustment() const { return PCAdjust; }
119 this->PCAdjust == A->PCAdjust &&

Completed in 59 milliseconds