Searched refs:AddCurrentAddress (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 36 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue() 45 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue() 86 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue() 103 if (AddCurrentAddress) O << "-."; in print() 118 bool AddCurrentAddress) in ARMConstantPoolConstant() argument 119 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant() 127 bool AddCurrentAddress) in ARMConstantPoolConstant() argument 129 AddCurrentAddress), in ARMConstantPoolConstant() 157 bool AddCurrentAddress) { in Create() argument 159 AddCurrentAddress); in Create() [all …]
|
D | ARMConstantPoolValue.h | 58 bool AddCurrentAddress; variable 63 bool AddCurrentAddress); 67 bool AddCurrentAddress); 95 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() 141 bool AddCurrentAddress); 147 bool AddCurrentAddress); 160 bool AddCurrentAddress); 191 bool AddCurrentAddress); 226 bool AddCurrentAddress);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 36 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue() 45 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue() 98 if (AddCurrentAddress) O << "-."; in print() 113 bool AddCurrentAddress) in ARMConstantPoolConstant() argument 114 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant() 122 bool AddCurrentAddress) in ARMConstantPoolConstant() argument 124 AddCurrentAddress), in ARMConstantPoolConstant() 152 bool AddCurrentAddress) { in Create() argument 154 AddCurrentAddress); in Create() 207 bool AddCurrentAddress) in ARMConstantPoolSymbol() argument [all …]
|
D | ARMConstantPoolValue.h | 57 bool AddCurrentAddress; variable 62 bool AddCurrentAddress); 66 bool AddCurrentAddress); 74 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() 124 bool AddCurrentAddress); 130 bool AddCurrentAddress); 143 bool AddCurrentAddress); 171 bool AddCurrentAddress); 205 bool AddCurrentAddress);
|