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

/freebsd-13-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.cpp2306 ? ARMCP::GOT_PREL
2311 /*AddCurrentAddr*/ Modifier == ARMCP::GOT_PREL);
H A DARMAsmPrinter.cpp812 case ARMCP::GOT_PREL:
H A DARMFastISel.cpp2955 UseGOT_PREL ? ARMCP::GOT_PREL : ARMCP::no_modifier,

Completed in 128 milliseconds