OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCAdj
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp
111
unsigned
PCAdj
= TM->getSubtarget<ARMSubtarget>().isThumb() ? 4 : 8;
113
*Context, "_GLOBAL_OFFSET_TABLE_", ARMPCLabelIndex,
PCAdj
);
ARMAsmPrinter.cpp
[
all
...]
ARMConstantIslandPass.cpp
[
all
...]
ARMFastISel.cpp
669
unsigned
PCAdj
= (RelocM != Reloc::PIC_) ? 0 :
674
PCAdj
);
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 698 milliseconds