Home
last modified time | relevance | path

Searched refs:fallbackLocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DLocationDetail.h130 Location fallbackLocation) in OpaqueLocationStorage()
132 fallbackLocation(fallbackLocation) {} in OpaqueLocationStorage()
137 return key == KeyTy(underlyingLocation, typeID, fallbackLocation);
156 Location fallbackLocation; member
DLocation.cpp130 Location fallbackLocation) { in get() argument
131 return Base::get(fallbackLocation->getContext(), underlyingLocation, typeID, in get()
132 fallbackLocation); in get()
142 return Base::getImpl()->fallbackLocation; in getFallbackLocation()
/external/llvm-project/mlir/include/mlir/IR/
DLocation.h219 static Location get(T underlyingLocation, Location fallbackLocation) { in get() argument
221 TypeID::get<T>(), fallbackLocation); in get()
260 Location fallbackLocation);