Searched refs:AddCurrentAddress (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.cpp | 30 bool AddCurrentAddress, in CSKYConstantPoolValue() argument 33 Modifier(Modifier), AddCurrentAddress(AddCurrentAddress), LabelId(ID) {} in CSKYConstantPoolValue() 81 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) in CSKYConstantPoolConstant() argument 82 : CSKYConstantPoolValue(Ty, Kind, PCAdjust, Modifier, AddCurrentAddress, in CSKYConstantPoolConstant() 88 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) { in Create() argument 90 AddCurrentAddress, ID); in Create() 95 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) { in Create() argument 97 AddCurrentAddress, ID); in Create() 137 bool AddCurrentAddress) in CSKYConstantPoolSymbol() argument 139 AddCurrentAddress), in CSKYConstantPoolSymbol() [all …]
|
H A D | CSKYConstantPoolValue.h | 51 bool AddCurrentAddress; variable 56 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, 62 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() 112 bool AddCurrentAddress, unsigned ID); 117 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, 122 bool AddCurrentAddress, unsigned ID = 0); 148 bool AddCurrentAddress); 177 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress); 204 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 40 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue() 49 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue() 92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue() 111 if (AddCurrentAddress) O << "-."; in print() 126 bool AddCurrentAddress) in ARMConstantPoolConstant() argument 127 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant() 135 bool AddCurrentAddress) in ARMConstantPoolConstant() argument 137 AddCurrentAddress), in ARMConstantPoolConstant() 178 bool AddCurrentAddress) { in Create() argument 180 AddCurrentAddress); in Create() [all …]
|
H A D | ARMConstantPoolValue.h | 67 bool AddCurrentAddress; variable 72 bool AddCurrentAddress); 76 bool AddCurrentAddress); 102 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() 150 bool AddCurrentAddress); 156 bool AddCurrentAddress); 172 bool AddCurrentAddress); 215 bool AddCurrentAddress); 250 bool AddCurrentAddress);
|