Home
last modified time | relevance | path

Searched refs:getPCAdjustment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h60 unsigned getPCAdjustment() const { return PCAdjust; } in getPCAdjustment() function
H A DCSKYAsmPrinter.cpp220 if (CCPV->getPCAdjustment()) { in emitMachineConstantPoolValue()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h105 unsigned char getPCAdjustment() const { return PCAdjust; } in getPCAdjustment() function
H A DARMAsmPrinter.cpp956 if (ACPV->getPCAdjustment()) { in emitMachineConstantPoolValue()
963 MCConstantExpr::create(ACPV->getPCAdjustment(), in emitMachineConstantPoolValue()