Lines Matching refs:getLocation
141 Location getLocation(const LoadInst *LI);
142 Location getLocation(const StoreInst *SI);
143 Location getLocation(const VAArgInst *VI);
144 Location getLocation(const AtomicCmpXchgInst *CXI);
145 Location getLocation(const AtomicRMWInst *RMWI);
148 Location getLocation(const Instruction *Inst) { in getLocation() function
150 return getLocation(I); in getLocation()
152 return getLocation(I); in getLocation()
154 return getLocation(I); in getLocation()
156 return getLocation(I); in getLocation()
158 return getLocation(I); in getLocation()