Lines Matching refs:Location
30 Location CallSiteLoc::get(Location callee, Location caller) { in get()
34 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
36 Location caller = frames.back(); in get()
42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee()
44 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller()
50 Location FileLineColLoc::get(Identifier filename, unsigned line, in get()
55 Location FileLineColLoc::get(StringRef filename, unsigned line, unsigned column, in get()
69 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get()
72 llvm::SmallSetVector<Location, 4> decomposedLocs; in get()
99 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations()
109 Location NameLoc::get(Identifier name, Location child) { in get()
115 Location NameLoc::get(Identifier name, MLIRContext *context) { in get()
123 Location NameLoc::getChildLoc() const { return getImpl()->child; } in getChildLoc()
129 Location OpaqueLoc::get(uintptr_t underlyingLocation, TypeID typeID, in get()
130 Location fallbackLocation) { in get()
141 Location OpaqueLoc::getFallbackLocation() const { in getFallbackLocation()