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

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp36 AddCurrentAddress(addCurrentAddress) {}
45 AddCurrentAddress(addCurrentAddress) {}
97 if (AddCurrentAddress) O << "-.";
112 bool AddCurrentAddress)
113 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress),
121 bool AddCurrentAddress)
123 AddCurrentAddress),
151 bool AddCurrentAddress) {
153 AddCurrentAddress);
192 bool AddCurrentAddress)
106 ARMConstantPoolConstant(Type *Ty, const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
116 ARMConstantPoolConstant(const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
148 Create(const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
188 ARMConstantPoolSymbol(LLVMContext &C, const char *s, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
227 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
[all...]
H A DARMConstantPoolValue.h58 bool AddCurrentAddress; member in class:llvm::ARMConstantPoolValue
63 bool AddCurrentAddress);
67 bool AddCurrentAddress);
95 bool mustAddCurrentAddress() const { return AddCurrentAddress; }
143 bool AddCurrentAddress);
149 bool AddCurrentAddress);
162 bool AddCurrentAddress);
193 bool AddCurrentAddress);
228 bool AddCurrentAddress);

Completed in 107 milliseconds