Searched refs:AddCurrentAddress (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp40 AddCurrentAddress(addCurrentAddress) {}
49 AddCurrentAddress(addCurrentAddress) {}
92 ACPV->AddCurrentAddress == AddCurrentAddress) {
111 if (AddCurrentAddress) O << "-.";
126 bool AddCurrentAddress)
127 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress),
135 bool AddCurrentAddress)
137 AddCurrentAddress),
178 bool AddCurrentAddress) {
120 ARMConstantPoolConstant(Type *Ty, const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
130 ARMConstantPoolConstant(const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
175 Create(const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
225 ARMConstantPoolSymbol(LLVMContext &C, StringRef s, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
263 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
[all...]
H A DARMConstantPoolValue.h67 bool AddCurrentAddress; member in class:llvm::ARMConstantPoolValue
72 bool AddCurrentAddress);
76 bool AddCurrentAddress);
102 bool mustAddCurrentAddress() const { return AddCurrentAddress; }
150 bool AddCurrentAddress);
156 bool AddCurrentAddress);
172 bool AddCurrentAddress);
215 bool AddCurrentAddress);
250 bool AddCurrentAddress);

Completed in 106 milliseconds