Home | History | Annotate | Download | only in ARM

Lines Matching refs:intptr_t

31     SmallVector<intptr_t, 16> ConstPoolId2AddrMap;
35 SmallVector<intptr_t, 16> JumpTableId2AddrMap;
38 DenseMap<unsigned, intptr_t> PCLabelMap;
42 DenseMap<void*, intptr_t> Sym2IndirectSymMap;
116 intptr_t getConstantPoolEntryAddr(unsigned CPI) const {
124 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) {
132 intptr_t getJumpTableBaseAddr(unsigned JTI) const {
141 void addJumpTableBaseAddr(unsigned JTI, intptr_t Addr) {
148 intptr_t getPCLabelAddr(unsigned Id) const {
149 DenseMap<unsigned, intptr_t>::const_iterator I = PCLabelMap.find(Id);
155 void addPCLabelAddr(unsigned Id, intptr_t Addr) {
162 intptr_t getIndirectSymAddr(void *Addr) const {
163 DenseMap<void*,intptr_t>::const_iterator I= Sym2IndirectSymMap.find(Addr);
171 void addIndirectSymAddr(void *SymAddr, intptr_t IndSymAddr) {
179 intptr_t resolveRelocDestAddr(MachineRelocation *MR) const;