Home
last modified time | relevance | path

Searched refs:mustAddCurrentAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h62 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() function
H A DCSKYAsmPrinter.cpp230 if (CCPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h102 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() function
H A DARMAsmPrinter.cpp981 if (ACPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1787 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress()); in duplicateCPV()