Searched refs:GOT_PREL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h49 GOT_PREL, /// Global Offset Table, PC Relative enumerator in enum:llvm::ARMCP::ARMCPModifier
H A DARMConstantPoolValue.cpp61 case ARMCP::GOT_PREL:
62 return "GOT_PREL";
H A DARMExpandPseudoInsts.cpp1496 ? ARMCP::GOT_PREL
1501 /*AddCurrentAddr*/ Modifier == ARMCP::GOT_PREL);
H A DARMAsmPrinter.cpp794 case ARMCP::GOT_PREL:
H A DARMFastISel.cpp2961 UseGOT_PREL ? ARMCP::GOT_PREL : ARMCP::no_modifier,

Completed in 187 milliseconds