Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h61 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() function
H A DCSKYAsmPrinter.cpp227 if (CCPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h102 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() function
H A DARMAsmPrinter.cpp966 if (ACPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1781 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress()); in duplicateCPV()